| Package | Description |
|---|---|
| org.nuxeo.runtime.test |
Base classes for running test cases under Nuxeo Runtime.
|
| org.nuxeo.runtime.test.runner |
| Modifier and Type | Class and Description |
|---|---|
class |
NXRuntimeTestCase
Deprecated.
since 10.2 this class must not be subclassed anymore, for RuntimeHarness implementation use
RuntimeHarnessImpl |
class |
RuntimeHarnessImpl
Default RuntimeHarness implementation.
|
| 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 |
protected RuntimeHarness |
HotDeployer.harness |
| Modifier and Type | Method and Description |
|---|---|
RuntimeHarness |
RuntimeFeature.getHarness() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RuntimeDeployment.deploy(FeaturesRunner runner,
RuntimeHarness harness) |
protected org.junit.runners.model.Statement |
RuntimeDeployment.onStatement(FeaturesRunner runner,
RuntimeHarness harness,
org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.Statement base) |
| Constructor and Description |
|---|
DeploymentStatement(FeaturesRunner runner,
RuntimeHarness harness,
org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.Statement base) |
HotDeployer(FeaturesRunner runner,
RuntimeHarness harness) |
Copyright © 2019 Nuxeo. All rights reserved.