Uses of Class
org.nuxeo.runtime.test.runner.Features
-
Packages that use Features Package Description org.nuxeo.ecm.platform.routing.test org.nuxeo.ecm.restapi.test org.nuxeo.ecm.webengine.test org.nuxeo.runtime.management org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime.org.nuxeo.runtime.test.logging org.nuxeo.runtime.test.runner -
-
Uses of Features in org.nuxeo.ecm.platform.routing.test
Classes in org.nuxeo.ecm.platform.routing.test with annotations of type Features Modifier and Type Class Description class
DocumentRoutingFeature
This feature provides the basic deployments needed to run a test that uses Document Routing. -
Uses of Features in org.nuxeo.ecm.restapi.test
Classes in org.nuxeo.ecm.restapi.test with annotations of type Features Modifier and Type Class Description class
ManagementBaseTest
class
RestServerFeature
-
Uses of Features in org.nuxeo.ecm.webengine.test
Classes in org.nuxeo.ecm.webengine.test with annotations of type Features Modifier and Type Class Description class
WebEngineFeature
-
Uses of Features in org.nuxeo.runtime.management
Classes in org.nuxeo.runtime.management with annotations of type Features Modifier and Type Class Description class
ManagementFeature
-
Uses of Features in org.nuxeo.runtime.test
Classes in org.nuxeo.runtime.test with annotations of type Features Modifier and Type Class Description class
NXRuntimeTestCase
Deprecated.since 10.2 this class must not be subclassed anymore, for RuntimeHarness implementation useRuntimeHarnessImpl
-
Uses of Features in org.nuxeo.runtime.test.logging
Classes in org.nuxeo.runtime.test.logging with annotations of type Features Modifier and Type Class Description class
DeprecationLoggerTest
class
TestLogFeature
Test forLogFeature
. -
Uses of Features in org.nuxeo.runtime.test.runner
Classes in org.nuxeo.runtime.test.runner with annotations of type Features Modifier and Type Class Description class
ContainerFeature
Deprecated.since 10.2, useTransactionalFeature
insteadclass
FileEventsTrackingFeature
class
RuntimeFeature
class
ServletContainerFeature
Runs an embedded servlet container.class
TransactionalFeature
The transactional feature is responsible of transaction management.Methods in org.nuxeo.runtime.test.runner with parameters of type Features Modifier and Type Method Description protected void
RuntimeDeployment. index(Features features)
-