FlexTradeUKLtd/jfixture

@Rule annotation with customise question

Opened this issue · 0 comments

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();