Package edu.rice.cs.drjava.model.junit

Contains the code for integration of the JUnit testing facility.

See:
          Description

Interface Summary
JUnitListener An interface for responding to events generated by the JUnitModel.
JUnitModel  
JUnitModelCallback Callback interface which allows an JUnitModel to respond to tests running in a remote JVM.
 

Class Summary
DefaultJUnitModel Manages unit testing via JUnit.
JUnitError A class to represent JUnit errors.
JUnitErrorModel Contains the JUnitErrors for a particular file after a test has ended.
JUnitErrorModelTest A test on the GlobalModel for JUnit testing.
JUnitTestManager Runs in the InterpreterJVM.
JUnitTestRunner DrJava's own testrunner.
 

Package edu.rice.cs.drjava.model.junit Description

Contains the code for integration of the JUnit testing facility.