Package org.togglz.junit
Annotation Interface WithFeature
Used together with the
TogglzRule on test methods.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleandisable the features instead of enabling them
-
Element Details
-
value
String[] valueThe features to enable
-
-
-
disable
boolean disabledisable the features instead of enabling them- Default:
- false
-