Package main
Class MyUnitTester
java.lang.Object
main.MyUnitTester
public class MyUnitTester
extends java.lang.Object
This is the main class of the program which has a main method that
starts the Swing Worker. The program consists of a GUI that invokes
a given TestClass matching e.umu.cs.unittest.TestClass. It outputs
how many tests are successful and how many that aren't. It takes
exceptions into consideration. The program might require Java 11 or
above.
-
Constructor Summary
Constructors Constructor Description MyUnitTester() -
Method Summary
Modifier and Type Method Description static voidmain(java.lang.String[] args)The main function of the program.
-
Constructor Details
-
MyUnitTester
public MyUnitTester()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)The main function of the program. Takes args but doesn't use them. It starts Swing Worker thread.- Parameters:
args- isn't used.
-