You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wandering is it possible to set default customise to hv circularDependencyBehaviour noResolutionBehaviour using rule annotation? So that @fixture will have hv those two rules as default.
Something like following:
@Rule
public FixtureRule fc = FixtureRule.initFixtures().customise().circularDependencyBehaviour().omitSpecimen().noResolutionBehaviour().omitSpecimen();
The text was updated successfully, but these errors were encountered:
Just wandering is it possible to set default customise to hv circularDependencyBehaviour noResolutionBehaviour using rule annotation? So that @fixture will have hv those two rules as default.
Something like following:
The text was updated successfully, but these errors were encountered: