Uses of Interface
org.nuxeo.runtime.test.runner.RuntimeHarness
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of RuntimeHarness in org.nuxeo.runtime.test
Modifier and TypeClassDescriptionclass
Deprecated.class
Default RuntimeHarness implementation.Modifier and TypeMethodDescriptionvoid
WorkingDirectoryConfigurator.configure
(RuntimeHarness harness, File workingDir) -
Uses of RuntimeHarness in org.nuxeo.runtime.test.runner
Modifier and TypeFieldDescriptionprotected RuntimeHarness
HotDeployer.harness
protected final RuntimeHarness
RuntimeDeployment.DeploymentStatement.harness
protected RuntimeHarness
RuntimeFeature.harness
Modifier 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) ModifierConstructorDescriptionprotected
DeploymentStatement
(FeaturesRunner runner, RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base) HotDeployer
(FeaturesRunner runner, RuntimeHarness harness)
RuntimeHarnessImpl