Package | Description |
---|---|
org.nuxeo.ecm.automation.test | |
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
org.nuxeo.ecm.core.test | |
org.nuxeo.ecm.platform.routing.test | |
org.nuxeo.ecm.platform.test | |
org.nuxeo.ecm.restapi.test | |
org.nuxeo.ecm.webengine.test | |
org.nuxeo.runtime.management | |
org.nuxeo.runtime.mockito | |
org.nuxeo.runtime.test.protocols.inline | |
org.nuxeo.runtime.test.runner | |
org.nuxeo.runtime.test.runner.web |
Modifier and Type | Class and Description |
---|---|
class |
AutomationFeature
Based on the existing
PlatformFeature , AutomationFeature is a simple feature that includes
org.nuxeo.ecm.automation.core and org.nuxeo.ecm.automation.features bundles. |
class |
EmbeddedAutomationServerFeature
Shortcut to deploy bundles required by automation in your test
|
class |
RemoteAutomationServerFeature
Feature to test automation client against an Nuxeo Automation Server running in a remote JVM.
|
Modifier and Type | Class and Description |
---|---|
class |
H2OnlyFeature
Allows to ignore all the tests from a class running this feature if the database configured for tests is not H2.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreFeature
The core feature provides a default
CoreSession that can be injected. |
class |
DetectThreadDeadlocksFeature |
class |
FakeSmtpMailServerFeature |
class |
JettyTransactionalFeature |
class |
TransactionalFeature |
Modifier and Type | Class and Description |
---|---|
class |
DocumentRoutingFeature
This feature provides the basic deployments needed to run a test that uses Document Routing.
|
Modifier and Type | Class and Description |
---|---|
class |
PlatformFeature |
Modifier and Type | Class and Description |
---|---|
class |
RestServerFeature |
Modifier and Type | Class and Description |
---|---|
class |
NuxeoThemeFeature |
class |
WebEngineFeature |
class |
WebEngineFeatureCore |
Modifier and Type | Class and Description |
---|---|
class |
ManagementFeature |
Modifier and Type | Class and Description |
---|---|
class |
MockitoFeature |
Modifier and Type | Class and Description |
---|---|
class |
InlineURLsFeature |
Modifier and Type | Class and Description |
---|---|
static class |
ConditionalIgnoreRule.Feature |
class |
ContainerFeature |
class |
FileEventsTrackingFeature |
class |
JettyFeature |
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 default filter can be configured with the annotation
LogCaptureFeature.FilterOn or a custom one implementing LogCaptureFeature.Filter class can 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. |
class |
MDCFeature |
static class |
RandomBug.Feature |
class |
RuntimeFeature |
class |
SimpleFeature
These are the states the runner goes through when using runtime feature:
|
Modifier and Type | Method and Description |
---|---|
<T extends RunnerFeature> |
FeaturesRunner.getFeature(Class<T> aType) |
Modifier and Type | Method and Description |
---|---|
Iterable<RunnerFeature> |
FeaturesRunner.getFeatures() |
Modifier and Type | Method and Description |
---|---|
protected void |
RuntimeDeployment.index(RunnerFeature feature) |
Modifier and Type | Class and Description |
---|---|
class |
WebDriverFeature |
Copyright © 2017 Nuxeo. All rights reserved.