Package alluxio.cli

Class TestRunner


  • @ThreadSafe
    public final class TestRunner
    extends java.lang.Object
    Driver to run Alluxio tests.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TEST_DIRECTORY_NAME
      Directory for the test generated files.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Console program that validates the configuration.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Console program that validates the configuration.
        Parameters:
        args - array of arguments given by the user's input from the terminal
        Throws:
        java.lang.Exception