com.reeltwo.jumble.ui |
|
Java Source File Name | Type | Comment |
AllTests.java | Class | Runs all the tests in this package. |
EmacsFormatListener.java | Class | Prints the results of a Jumble run in Emacs compatible format. |
InitialTestStatus.java | Class | Class full of constants describing the result of an initial test run. |
JumbleListener.java | Interface | Interface to be implemented by every Jumble UI which displays mutations as
they are run and not at the end. |
NullListener.java | Class | Listener which ignores all output. |
PrinterListener.java | Class | Prints the results of a Jumble run to a PrintStream , this
will usually be System.out . |
PrinterListenerTest.java | Class | Tests the corresponding class. |
SwingListener.java | Class | A Jumble listener which displays a GUI representation of the run. |