Class JUnitSingleTester

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Runs all testclasses in the directory given by the 0th argument in the package given by the 1st argument.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JUnitSingleTester

        public JUnitSingleTester()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Runs all testclasses in the directory given by the 0th argument in the package given by the 1st argument. The package separator is the file separator.
        Parameters:
        args - two arguments together consituting the path to the classes: The 0th one the path to the java classes, the 1st one the package to be run with file separator as package separator.