Interface | Description |
---|---|
LogCaptureFeature.Filter | |
RunnerFeature | |
RuntimeHarness |
TODO: Move this to org.nuxeo.runtime package
|
Class | Description |
---|---|
AnnotationScanner | |
Defaults | |
DeploymentSet | |
FeaturesRunner |
A Test Case runner that can be extended through features and provide
injection though Guice.
|
JettyFeature | |
JndiHelper |
helper for common jndi operations copied from jboss Util class
|
LogCaptureFeature |
Test feature to capture from a log4j appender to check that some log4j calls
have been correctly called.
On a test class or a test method using this feature, a custom
LogCaptureFeature.Filter class is to be provided with the annotation
LogCaptureFeature.FilterWith to select the log events to
capture.
A LogCaptureFeature.Result instance is to be injected with
Inject as an attribute of the test.
The method LogCaptureFeature.Result.assertHasEvent() can then be
called from test methods to check that matching log calls (events) have been
captured. |
ParameterizedSuite |
JUnit4 ParentRunner that knows how to run a test class on multiple backend
types.
|
RuntimeFeature | |
ServiceProvider<T> | |
SimpleFeature |
These are the states the runner goes through when using runtime feature:
|
StreamingFeature |
Exception | Description |
---|
Annotation Type | Description |
---|---|
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.
|
Jetty | |
LocalDeploy |
A list of artifacts to be deployed.
|
LogCaptureFeature.FilterWith | |
ParameterizedSuite.ParameterizedFeature |
The
ParameterizedFeature annotation specifies the class to
be parameterized. |
ParameterizedSuite.ParameterizedMethod |
Copyright © 2013 Nuxeo SA. All Rights Reserved.