Class 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 boolean checkCompiles​(Autograder gr, java.lang.String name)  
      static void main​(java.lang.String[] args)
      Main method of the autograder.
      • Methods inherited from class java.lang.Object

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

      • AutograderMain

        public AutograderMain()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Main 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)