|
UTJML | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RatListener | |
|---|---|
| edu.utep.cs.utjml.canica.output | |
| edu.utep.cs.utjml.rat | Contains the source code to generate test cases randomly for Java classes. |
| Uses of RatListener in edu.utep.cs.utjml.canica.output |
|---|
| Classes in edu.utep.cs.utjml.canica.output that implement RatListener | |
|---|---|
class |
OutputPaneTestGeneration
OutputPaneTestGeneration class * This class is responsible to display the test data generated of a Java file and let the user interact with the test cases code. |
| Methods in edu.utep.cs.utjml.canica.output that return RatListener | |
|---|---|
RatListener |
OutputPaneTestGeneration.getRatListener()
Get this listener. |
RatListener |
OutputPaneController.getTestGenListener()
|
RatListener |
OutputPaneable.getTestGenListener()
It returns the Test Generator listener, which lets add the test data generated from outer tools to this GUI |
| Uses of RatListener in edu.utep.cs.utjml.rat |
|---|
| Classes in edu.utep.cs.utjml.rat that implement RatListener | |
|---|---|
class |
RatAdapter
An abstract adapter class for receiving test case generation events, aka RAT events. |
| Methods in edu.utep.cs.utjml.rat with parameters of type RatListener | |
|---|---|
static void |
Main.addRatListener(RatListener l)
Adds the given observer to the list of listeners. |
static boolean |
Main.compile(String[] args,
RatListener listener,
OutputStream os)
Generates JML/JUnit test cases with the given argument, args, and returns true if the test
cases are successfully generated. |
static void |
Main.removeRatListener(RatListener l)
Removes the given observer from the list of listeners. |
|
UTJML | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||