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
ConcJUnitUtils Helpers for ConcJUnit.
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.
JUnitEventNotifier Keeps track of all listeners to a JUnitModel, and has the ability to notify them of some event.
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.