Package org.apache.iotdb.it.env
Class MultiEnvFactory
java.lang.Object
org.apache.iotdb.it.env.MultiEnvFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateEnv(int num) Create several environments according to the specific number.static BaseEnvgetEnv(int index) Get an environment with the specific index.static voidsetTestMethodName(String testMethodName)
-
Method Details
-
setTestMethodName
-
getEnv
Get an environment with the specific index.- Throws:
IndexOutOfBoundsException
-
createEnv
public static void createEnv(int num) Create several environments according to the specific number.
-