Uses of Interface
org.nuxeo.runtime.test.runner.RunnerFeature
- 
Packages that use RunnerFeature Package Description org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database.org.nuxeo.ecm.platform.routing.test org.nuxeo.ecm.restapi.test org.nuxeo.ecm.webengine.test org.nuxeo.runtime.management org.nuxeo.runtime.mockito org.nuxeo.runtime.test.runner org.nuxeo.runtime.test.runner.web 
- 
- 
Uses of RunnerFeature in org.nuxeo.ecm.core.storage.sqlClasses in org.nuxeo.ecm.core.storage.sql that implement RunnerFeature Modifier and Type Class Description classH2OnlyFeatureAllows to ignore all the tests from a class running this feature if the database configured for tests is not H2.
- 
Uses of RunnerFeature in org.nuxeo.ecm.platform.routing.testClasses in org.nuxeo.ecm.platform.routing.test that implement RunnerFeature Modifier and Type Class Description classDocumentRoutingFeatureThis feature provides the basic deployments needed to run a test that uses Document Routing.
- 
Uses of RunnerFeature in org.nuxeo.ecm.restapi.testClasses in org.nuxeo.ecm.restapi.test that implement RunnerFeature Modifier and Type Class Description classRestServerFeature
- 
Uses of RunnerFeature in org.nuxeo.ecm.webengine.testClasses in org.nuxeo.ecm.webengine.test that implement RunnerFeature Modifier and Type Class Description classNuxeoThemeFeatureclassWebEngineFeatureclassWebEngineFeatureCore
- 
Uses of RunnerFeature in org.nuxeo.runtime.managementClasses in org.nuxeo.runtime.management that implement RunnerFeature Modifier and Type Class Description classManagementFeature
- 
Uses of RunnerFeature in org.nuxeo.runtime.mockitoClasses in org.nuxeo.runtime.mockito that implement RunnerFeature Modifier and Type Class Description classMockitoFeature
- 
Uses of RunnerFeature in org.nuxeo.runtime.test.runnerClasses in org.nuxeo.runtime.test.runner that implement RunnerFeature Modifier and Type Class Description static classConditionalIgnoreRule.FeatureclassContainerFeatureDeprecated.since 10.2, useTransactionalFeatureinsteadclassFileEventsTrackingFeatureclassLogCaptureFeatureTest feature to capture from a log4j appender to check that some log4j calls have been correctly called.classLogFeatureclassMDCFeaturestatic classRandomBug.FeatureclassRestartFeatureFeature that restart the component manger between each test.classRuntimeFeatureclassServletContainerFeatureRuns an embedded servlet container.classSimpleFeatureDeprecated.since 10.3, implements directlyRunnerFeatureclassTransactionalFeatureThe transactional feature is responsible of transaction management.classWithFrameworkPropertyFeatureFeatures handlingWithFrameworkPropertyannotations.Methods in org.nuxeo.runtime.test.runner with type parameters of type RunnerFeature Modifier and Type Method Description <T extends RunnerFeature>
 TFeaturesRunner. getFeature(Class<T> aType)Methods in org.nuxeo.runtime.test.runner that return types with arguments of type RunnerFeature Modifier and Type Method Description Iterable<RunnerFeature>FeaturesRunner. getFeatures()Class<? extends RunnerFeature>[]value()Methods in org.nuxeo.runtime.test.runner with parameters of type RunnerFeature Modifier and Type Method Description protected voidRuntimeDeployment. index(RunnerFeature feature)
- 
Uses of RunnerFeature in org.nuxeo.runtime.test.runner.webClasses in org.nuxeo.runtime.test.runner.web that implement RunnerFeature Modifier and Type Class Description classWebDriverFeature
 
-