Uses of Interface
org.nuxeo.runtime.test.runner.RuntimeHarness
-
Packages that use RuntimeHarness Package Description org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime.org.nuxeo.runtime.test.runner -
-
Uses of RuntimeHarness in org.nuxeo.runtime.test
Classes in org.nuxeo.runtime.test that implement RuntimeHarness Modifier and Type Class Description class
NXRuntimeTestCase
Deprecated.since 10.2 this class must not be subclassed anymore, for RuntimeHarness implementation useRuntimeHarnessImpl
class
RuntimeHarnessImpl
Default RuntimeHarness implementation.Methods in org.nuxeo.runtime.test with parameters of type RuntimeHarness Modifier and Type Method Description void
WorkingDirectoryConfigurator. configure(RuntimeHarness harness, File workingDir)
-
Uses of RuntimeHarness in org.nuxeo.runtime.test.runner
Fields in org.nuxeo.runtime.test.runner declared as RuntimeHarness Modifier and Type Field Description protected RuntimeHarness
HotDeployer. harness
protected RuntimeHarness
RuntimeDeployment.DeploymentStatement. harness
protected RuntimeHarness
RuntimeFeature. harness
Methods in org.nuxeo.runtime.test.runner that return RuntimeHarness Modifier and Type Method Description RuntimeHarness
RuntimeFeature. getHarness()
Methods in org.nuxeo.runtime.test.runner with parameters of type RuntimeHarness Modifier and Type Method 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)
Constructors in org.nuxeo.runtime.test.runner with parameters of type RuntimeHarness Constructor Description DeploymentStatement(FeaturesRunner runner, RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base)
HotDeployer(FeaturesRunner runner, RuntimeHarness harness)
-