You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Self implemented unit tester for java files. Takes a .class file and tests their functions. Class to be tested needs to implement the TestClass interface..
Follows the MVC design pattern.