| Package | Description |
|---|---|
| org.nuxeo.ecm.webengine.test | |
| org.nuxeo.runtime.test |
Base classes for running test cases under Nuxeo Runtime.
|
| org.nuxeo.runtime.test.runner |
| Modifier and Type | Method and Description |
|---|---|
void |
WebEngineFeature.configure(RuntimeHarness harness,
File workingDir) |
| Modifier and Type | Class and Description |
|---|---|
class |
NXRuntimeTestCase
Abstract base class for test cases that require a test runtime service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkingDirectoryConfigurator.configure(RuntimeHarness harness,
File workingDir) |
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeHarness |
RuntimeFeature.harness |
protected RuntimeHarness |
RuntimeDeployment.DeploymentStatement.harness |
| Modifier and Type | Method and Description |
|---|---|
RuntimeHarness |
RuntimeFeature.getHarness() |
| Modifier and Type | Method and Description |
|---|---|
void |
JettyFeature.configure(RuntimeHarness harness,
File workingDir) |
protected void |
RuntimeDeployment.deploy(FeaturesRunner runner,
RuntimeHarness harness) |
protected org.junit.runners.model.Statement |
RuntimeDeployment.onStatement(FeaturesRunner runner,
RuntimeHarness harness,
org.junit.runners.model.Statement base) |
| Constructor and Description |
|---|
DeploymentStatement(FeaturesRunner runner,
RuntimeHarness harness,
org.junit.runners.model.Statement base) |
Copyright © 2017 Nuxeo. All rights reserved.