Uses of Class
org.nuxeo.runtime.test.runner.FeaturesRunner.Direction
-
Packages that use FeaturesRunner.Direction Package Description org.nuxeo.runtime.test.runner -
-
Uses of FeaturesRunner.Direction in org.nuxeo.runtime.test.runner
Methods in org.nuxeo.runtime.test.runner that return FeaturesRunner.Direction Modifier and Type Method Description static FeaturesRunner.Direction
FeaturesRunner.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static FeaturesRunner.Direction[]
FeaturesRunner.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.runtime.test.runner with parameters of type FeaturesRunner.Direction Modifier and Type Method Description protected void
FeaturesRunner. apply(String id, FeaturesRunner.Direction direction, ThrowableConsumer<org.nuxeo.runtime.test.runner.FeaturesLoader.Holder,Exception> consumer)
-