Package alluxio.cli
Class TestRunner
- java.lang.Object
-
- alluxio.cli.TestRunner
-
@ThreadSafe public final class TestRunner extends java.lang.ObjectDriver to run Alluxio tests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestRunner.WorkerAddressConverterParses worker address param.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTEST_DIRECTORY_NAMEDirectory for the test generated files.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Console program that validates the configuration.
-
-
-
Field Detail
-
TEST_DIRECTORY_NAME
public static final java.lang.String TEST_DIRECTORY_NAME
Directory for the test generated files.- See Also:
- Constant Field Values
-
-