Class RuntimeDeployment.DeploymentStatement

java.lang.Object
org.junit.runners.model.Statement
org.nuxeo.runtime.test.runner.RuntimeDeployment.DeploymentStatement
Enclosing class:
RuntimeDeployment

protected class RuntimeDeployment.DeploymentStatement extends org.junit.runners.model.Statement
  • Field Details

    • runner

      protected final FeaturesRunner runner
    • harness

      protected final RuntimeHarness harness
    • method

      protected final org.junit.runners.model.FrameworkMethod method
    • base

      protected final org.junit.runners.model.Statement base
  • Constructor Details

    • DeploymentStatement

      protected DeploymentStatement(FeaturesRunner runner, RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base)
  • Method Details

    • tryDeploy

      protected void tryDeploy()
    • evaluate

      public void evaluate() throws Throwable
      Specified by:
      evaluate in class org.junit.runners.model.Statement
      Throws:
      Throwable