Class RuntimeDeployment.DeploymentStatement

  • Enclosing class:
    RuntimeDeployment

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

      • method

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

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

      • DeploymentStatement

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

      • tryDeploy

        protected void tryDeploy()
      • evaluate

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