Class AutograderMain
- java.lang.Object
-
- AutograderMain
-
public class AutograderMain extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AutograderMain()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancheckCompiles(Autograder gr, java.lang.String name)static voidmain(java.lang.String[] args)Main method of the autograder.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.ExceptionMain method of the autograder. Runs all of the tests- Parameters:
args- the files and diff test counts- Throws:
java.lang.Exception- When something goes wrong with a test
-
checkCompiles
public static boolean checkCompiles(Autograder gr, java.lang.String name)
-
-