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 classNXRuntimeTestCaseDeprecated.since 10.2 this class must not be subclassed anymore, for RuntimeHarness implementation useRuntimeHarnessImplclassRuntimeHarnessImplDefault RuntimeHarness implementation.Methods in org.nuxeo.runtime.test with parameters of type RuntimeHarness Modifier and Type Method Description voidWorkingDirectoryConfigurator. 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 RuntimeHarnessHotDeployer. harnessprotected RuntimeHarnessRuntimeDeployment.DeploymentStatement. harnessprotected RuntimeHarnessRuntimeFeature. harnessMethods in org.nuxeo.runtime.test.runner that return RuntimeHarness Modifier and Type Method Description RuntimeHarnessRuntimeFeature. getHarness()Methods in org.nuxeo.runtime.test.runner with parameters of type RuntimeHarness Modifier and Type Method Description protected voidRuntimeDeployment. deploy(FeaturesRunner runner, RuntimeHarness harness)protected org.junit.runners.model.StatementRuntimeDeployment. 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)
-