Class JUnitSingleTester

    • Constructor Detail

      • JUnitSingleTester

        public JUnitSingleTester()
    • Method Detail

      • main

        public static void main​(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.