AccessorTest |
Testclass for class Accessor .
|
AccessorTest.ForTests |
|
Actions |
Represents the actions of the test GUI inspired by old junit GUI.
**** Moreover provides a wrapper to access junit
and the access point to run the gui started from the class to be tested.
****
The fundamental methods are Actions.runFromMain()
which runs the test class from its main method and
Actions.runTestClass(String) which runs a testclass with the given name.
|
Actions.BreakAction |
The action of breaking the sequence of testcases currently running.
|
Actions.CoreRunner |
A thread in which a testclass is executed
or at least a single testcase out of this testclass.
|
Actions.OpenAction |
The action of opening a java -file defining a test class
and starting the tests defined by it.
|
Actions.StartAction |
The action of starting the testcases in the loaded testclass.
|
Actions.StopAction |
The action of stopping the test run// after having finished
the currently running testcase.
|
Assert.CmpObj |
Represents an ordering relation.
|
ExtRunListener |
|
GUIRunner |
The GUI of a JUnit test-runner.
|
GUIRunner.ClassChooser |
Provides a method to choose a test class.
|
GUIRunner.HierarchyWrapper |
|
GUIRunner.Selector |
Minimal interface for notifying about singular selection events.
|
GUIRunner.StackTraceLister |
|
GUIRunner.StatisticsTestState |
Represents the table displaying the number of runs,
both, passed and to be performed altogether,
the tests already ignored and those a failure or an error was found.
|
GUIRunner.TestCaseLister |
|
GUIRunner.TestProgressBar |
The progress bar indicating how much of the testcases already passed.
|
GUIRunner.TreePathIterator |
|
GUIRunner.TreePathIterator.TreePathUpdater |
|
Quality |
|
TestCase |
Represents a test which may be a singular case or a suite
during its lifetime
from being scheduled to having runned successfully or not.
|