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 TypeClassDescriptionclassDeprecated.classDefault RuntimeHarness implementation.Methods in org.nuxeo.runtime.test with parameters of type RuntimeHarnessModifier and TypeMethodDescriptionvoidWorkingDirectoryConfigurator.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 RuntimeHarnessHotDeployer.harnessprotected final RuntimeHarnessRuntimeDeployment.DeploymentStatement.harnessprotected RuntimeHarnessRuntimeFeature.harnessMethods in org.nuxeo.runtime.test.runner that return RuntimeHarnessMethods in org.nuxeo.runtime.test.runner with parameters of type RuntimeHarnessModifier and TypeMethodDescriptionprotected voidRuntimeDeployment.deploy(RuntimeHarness harness) protected org.junit.runners.model.StatementRuntimeDeployment.onStatement(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 RuntimeHarnessModifierConstructorDescriptionprotectedDeploymentStatement(RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base) HotDeployer(FeaturesRunner runner, RuntimeHarness harness)
RuntimeHarnessImpl