|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JUnitModelCallback | |
---|---|
edu.rice.cs.drjava.model.junit | Contains the code for integration of the JUnit testing facility. |
edu.rice.cs.drjava.model.repl.newjvm | Manages the creation and invocation of the separate JVM used by the interactions pane. |
Uses of JUnitModelCallback in edu.rice.cs.drjava.model.junit |
---|
Classes in edu.rice.cs.drjava.model.junit that implement JUnitModelCallback | |
---|---|
class |
DefaultJUnitModel
Manages unit testing via JUnit. |
Constructors in edu.rice.cs.drjava.model.junit with parameters of type JUnitModelCallback | |
---|---|
JUnitTestManager(JUnitModelCallback jmc,
Lambda<ClassLoader,ClassLoader> loaderFactory)
Standard constructor |
|
JUnitTestRunner(JUnitModelCallback jmc,
ClassLoader loader)
Standard constructor. |
Uses of JUnitModelCallback in edu.rice.cs.drjava.model.repl.newjvm |
---|
Classes in edu.rice.cs.drjava.model.repl.newjvm that implement JUnitModelCallback | |
---|---|
class |
InterpreterJVM
This is the main class for the interpreter JVM. |
static class |
MainJVM.DummyJUnitModel
JUnitModel which does not react to events. |
Methods in edu.rice.cs.drjava.model.repl.newjvm with parameters of type JUnitModelCallback | |
---|---|
void |
MainJVM.setJUnitModel(JUnitModelCallback model)
Provides an object to listen to test-related events. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |