Class MultiEnvFactory

java.lang.Object
org.apache.iotdb.it.env.MultiEnvFactory

public class MultiEnvFactory extends Object
  • Method Details

    • setTestMethodName

      public static void setTestMethodName(String testMethodName)
    • getEnv

      public static BaseEnv getEnv(int index) throws IndexOutOfBoundsException
      Get an environment with the specific index.
      Throws:
      IndexOutOfBoundsException
    • createEnv

      public static void createEnv(int num)
      Create several environments according to the specific number.