Class RuntimeDeployment

java.lang.Object
org.nuxeo.runtime.test.runner.RuntimeDeployment

public class RuntimeDeployment extends Object
Author:
Bogdan Stefanescu
  • Constructor Details

    • RuntimeDeployment

      public RuntimeDeployment()
  • Method Details

    • index

      protected void index(Class<?> clazz)
    • index

      protected void index(RunnerFeature feature)
    • index

      protected void index(Method method)
    • index

      protected void index(Deploy config)
    • index

      protected void index(PartialDeploy config)
      Since:
      9.1
    • index

      protected void index(Features features)
    • index

      protected void index(String directive, com.google.common.collect.SetMultimap<String,String> contribs)
    • deploy

      protected void deploy(RuntimeHarness harness)
    • onTest

      public static RuntimeDeployment onTest(FeaturesRunner runner)
    • onMethod

      public static org.junit.rules.MethodRule onMethod()
    • onStatement

      protected org.junit.runners.model.Statement onStatement(RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base)