Nuxeo Enterprise Platform 5.4

Uses of Package
org.nuxeo.runtime.test.runner

Packages that use org.nuxeo.runtime.test.runner
org.nuxeo.ecm.core.management.test   
org.nuxeo.ecm.core.query.test Base JUnit test cases that test NXQL queries. 
org.nuxeo.ecm.core.repository.jcr.testing   
org.nuxeo.ecm.core.search.backend.testing   
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.test   
org.nuxeo.ecm.platform.test   
org.nuxeo.ecm.webengine.test   
org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime. 
org.nuxeo.runtime.test.runner   
org.nuxeo.runtime.test.runner.distrib   
org.nuxeo.runtime.test.runner.web   
 

Classes in org.nuxeo.runtime.test.runner used by org.nuxeo.ecm.core.management.test
RuntimeHarness
          TODO: Move this to org.nuxeo.runtime package
 

Classes in org.nuxeo.runtime.test.runner used by org.nuxeo.ecm.core.query.test
RuntimeHarness
          TODO: Move this to org.nuxeo.runtime package
 

Classes in org.nuxeo.runtime.test.runner used by org.nuxeo.ecm.core.repository.jcr.testing
RuntimeHarness
          TODO: Move this to org.nuxeo.runtime package
 

Classes in org.nuxeo.runtime.test.runner used by org.nuxeo.ecm.core.search.backend.testing
RuntimeHarness
          TODO: Move this to org.nuxeo.runtime package
 

Classes in org.nuxeo.runtime.test.runner used by org.nuxeo.ecm.core.storage.sql
RuntimeHarness
          TODO: Move this to org.nuxeo.runtime package
 

Classes in org.nuxeo.runtime.test.runner used by org.nuxeo.ecm.core.test
Deploy
          A list of artifacts to be deployed.
Features
          A feature is Nuxeo Runner extension that is able to configure the runner from additional annotations and using a specific logic.
FeaturesRunner
          A Test Case runner that can be extended through features and provide injection though Guice.
RunnerFeature
           
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
 

Classes in org.nuxeo.runtime.test.runner used by org.nuxeo.ecm.platform.test
Deploy
          A list of artifacts to be deployed.
Features
          A feature is Nuxeo Runner extension that is able to configure the runner from additional annotations and using a specific logic.
FeaturesRunner
          A Test Case runner that can be extended through features and provide injection though Guice.
RunnerFeature
           
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
 

Classes in org.nuxeo.runtime.test.runner used by org.nuxeo.ecm.webengine.test
Deploy
          A list of artifacts to be deployed.
Features
          A feature is Nuxeo Runner extension that is able to configure the runner from additional annotations and using a specific logic.
FeaturesRunner
          A Test Case runner that can be extended through features and provide injection though Guice.
RunnerFeature
           
RuntimeHarness
          TODO: Move this to org.nuxeo.runtime package
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
 

Classes in org.nuxeo.runtime.test.runner used by org.nuxeo.runtime.test
RuntimeHarness
          TODO: Move this to org.nuxeo.runtime package
 

Classes in org.nuxeo.runtime.test.runner used by org.nuxeo.runtime.test.runner
AnnotationScanner
           
Deploy
          A list of artifacts to be deployed.
DeploymentSet
           
Features
          A feature is Nuxeo Runner extension that is able to configure the runner from additional annotations and using a specific logic.
FeaturesRunner
          A Test Case runner that can be extended through features and provide injection though Guice.
RunnerFeature
           
RuntimeHarness
          TODO: Move this to org.nuxeo.runtime package
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
 

Classes in org.nuxeo.runtime.test.runner used by org.nuxeo.runtime.test.runner.distrib
RunnerFeature
           
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
 

Classes in org.nuxeo.runtime.test.runner used by org.nuxeo.runtime.test.runner.web
FeaturesRunner
          A Test Case runner that can be extended through features and provide injection though Guice.
RunnerFeature
           
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
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.