Uses of Interface
org.nuxeo.runtime.test.runner.RuntimeHarness
Packages that use RuntimeHarness
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of RuntimeHarness in org.nuxeo.runtime.test
Classes in org.nuxeo.runtime.test that implement RuntimeHarnessModifier and TypeClassDescriptionclass
Deprecated.class
Default RuntimeHarness implementation.Methods in org.nuxeo.runtime.test with parameters of type RuntimeHarnessModifier and TypeMethodDescriptionvoid
WorkingDirectoryConfigurator.configure
(RuntimeHarness harness, File workingDir) -
Uses of RuntimeHarness in org.nuxeo.runtime.test.runner
Fields in org.nuxeo.runtime.test.runner declared as RuntimeHarnessModifier and TypeFieldDescriptionprotected RuntimeHarness
HotDeployer.harness
protected final RuntimeHarness
RuntimeDeployment.DeploymentStatement.harness
protected RuntimeHarness
RuntimeFeature.harness
Methods in org.nuxeo.runtime.test.runner that return RuntimeHarnessMethods in org.nuxeo.runtime.test.runner with parameters of type RuntimeHarnessModifier and TypeMethodDescriptionprotected 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 RuntimeHarnessModifierConstructorDescriptionprotected
DeploymentStatement
(FeaturesRunner runner, RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base) HotDeployer
(FeaturesRunner runner, RuntimeHarness harness)
RuntimeHarnessImpl