| Package | Description |
|---|---|
| eu.simuline.testhelpers |
Classes needed for testing.
|
| Class and Description |
|---|
| 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.runTstCls(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
Extension of
RunListener, version junit 4.12. |
| GUIRunner
The GUI of a JUnit test-runner.
|
| GUIRunner.ClassChooser
Provides a method to choose a test class.
|
| GUIRunner.HierarchyWrapper
Represents the hierarchy of testsuites and testcases
as a tree
GUIRunner.HierarchyWrapper.hierarchyTree possibly with a single selected node
given by GUIRunner.HierarchyWrapper.singleSelectedNode. |
| GUIRunner.Selector
Minimal interface for notifying about singular selection events.
|
| GUIRunner.StackTraceLister
Represents the stack trace of the throwable,
GUIRunner.StackTraceLister.thrw
currently selected in the error list. |
| 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
Represents the list of testcases already failed
shown in one of the tabs
and a
GUIRunner.TestCaseLister.stackTraceLister
which represents the stack trace box below the tabbed pane. |
| GUIRunner.TestProgressBar
The progress bar indicating how much of the testcases already passed.
|
| GUIRunner.TreePathIterator
Represents a path
GUIRunner.TreePathIterator.currPath
in the tree of testsuites represented by GUIRunner.TreePathIterator.treeModel. |
| GUIRunner.TreePathIterator.TreePathUpdater
Expands the tree along the current path,
for
GUIRunner.TreePathIterator.TreePathUpdater.Generic after incrementing the current path. |
| Quality
Represents the phases in the life-cycle of a
TestCase
from being Quality.Scheduled to Quality.Ignored
or via Quality.Started to finished
which means either Quality.Invalidated, Quality.Success,
Quality.Failure or even Quality.Error. |
| 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.
|
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.