Uses of Interface
org.nuxeo.runtime.test.runner.RunnerFeature
Packages that use RunnerFeature
Package
Description
-
Uses of RunnerFeature in org.nuxeo.ecm.platform.routing.test
Classes in org.nuxeo.ecm.platform.routing.test that implement RunnerFeatureModifier and TypeClassDescriptionclassThis feature provides the basic deployments needed to run a test that uses Document Routing. -
Uses of RunnerFeature in org.nuxeo.ecm.restapi.test
Classes in org.nuxeo.ecm.restapi.test that implement RunnerFeature -
Uses of RunnerFeature in org.nuxeo.runtime.management
Classes in org.nuxeo.runtime.management that implement RunnerFeature -
Uses of RunnerFeature in org.nuxeo.runtime.mockito
Classes in org.nuxeo.runtime.mockito that implement RunnerFeature -
Uses of RunnerFeature in org.nuxeo.runtime.test.runner
Classes in org.nuxeo.runtime.test.runner that implement RunnerFeatureModifier and TypeClassDescriptionstatic classclassclassTest feature to capture from a log4j appender to check that some log4j calls have been correctly called.classclassstatic classclassFeature that restart the component manger between each test.classclassRuns an embedded servlet container.classThe transactional feature is responsible of transaction management.classFeatures handlingWithFrameworkPropertyannotations.Fields in org.nuxeo.runtime.test.runner with type parameters of type RunnerFeatureModifier and TypeFieldDescriptionprotected final List<Class<? extends RunnerFeature>> DynamicFeaturesLoader.featuresMethods in org.nuxeo.runtime.test.runner with type parameters of type RunnerFeatureModifier and TypeMethodDescription<T extends RunnerFeature>
TFeaturesRunner.getFeature(Class<T> aType) Methods in org.nuxeo.runtime.test.runner that return types with arguments of type RunnerFeatureModifier and TypeMethodDescriptionstatic Class<? extends RunnerFeature> DynamicFeaturesLoader.getFeatureClass(String className) FeaturesRunner.getFeatures()Methods in org.nuxeo.runtime.test.runner with parameters of type RunnerFeatureMethod parameters in org.nuxeo.runtime.test.runner with type arguments of type RunnerFeatureModifier and TypeMethodDescriptionvoidDynamicFeaturesLoader.loadFeature(Class<? extends RunnerFeature> clazz)