Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.runtime.test.runner.RunnerFeature

Packages that use RunnerFeature
org.nuxeo.ecm.core.test   
org.nuxeo.ecm.platform.test   
org.nuxeo.ecm.webengine.test   
org.nuxeo.runtime.test.runner   
org.nuxeo.runtime.test.runner.distrib   
org.nuxeo.runtime.test.runner.web   
 

Uses of RunnerFeature in org.nuxeo.ecm.core.test
 

Classes in org.nuxeo.ecm.core.test that implement RunnerFeature
 class CoreFeature
          The core feature provides deployments needed to have a nuxeo core running.
 

Uses of RunnerFeature in org.nuxeo.ecm.platform.test
 

Classes in org.nuxeo.ecm.platform.test that implement RunnerFeature
 class PlatformFeature
           
 

Uses of RunnerFeature in org.nuxeo.ecm.webengine.test
 

Classes in org.nuxeo.ecm.webengine.test that implement RunnerFeature
 class NuxeoThemeFeature
           
 class WebEngineFeature
           
 

Uses of RunnerFeature in org.nuxeo.runtime.test.runner
 

Classes in org.nuxeo.runtime.test.runner that implement RunnerFeature
 class JettyFeature
           
 class RuntimeFeature
           
 class SimpleFeature
          These are the states the runner goes through when using runtime feature: CREATE FRAMEWORK new feature() --> constructor COLLECT DEFINED DEPLOYMENTS feature.initialize() --> can be used to configure nuxeo home or register JNDI objects START FRAMEWORK feature.start() CREATE INJECTOR => feature.configure() --> can be used to add guice bindings and to dynamically deploy components using the harness feature.beforeRun() feature.beforeMethodRun() --> test method interceptor feature.afterMethodRun() --> test method interceptor feature.afterRun() --> cleanup that require framework to be started STOP FRAMEWORK feature.stop() --> destructor
 

Methods in org.nuxeo.runtime.test.runner with type parameters of type RunnerFeature
<T extends RunnerFeature>
T
FeaturesRunner.getFeature(java.lang.Class<T> type)
           
 

Methods in org.nuxeo.runtime.test.runner that return types with arguments of type RunnerFeature
 java.util.List<RunnerFeature> FeaturesRunner.getFeatures()
           
 

Uses of RunnerFeature in org.nuxeo.runtime.test.runner.distrib
 

Classes in org.nuxeo.runtime.test.runner.distrib that implement RunnerFeature
 class DistributionFeature
           
 

Uses of RunnerFeature in org.nuxeo.runtime.test.runner.web
 

Classes in org.nuxeo.runtime.test.runner.web that implement RunnerFeature
 class WebDriverFeature
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.