| Package | Description |
|---|---|
| eu.simuline.testhelpers |
Classes needed for testing.
|
| Modifier and Type | Field and Description |
|---|---|
private Quality |
GUIRunner.TestProgressBar.qual
The maximal quality found in testcases so far.
|
private Quality |
TestCase.qual
The phase of this testcase.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<Quality,JLabel> |
GUIRunner.StatisticsTestState.qual2label
Maps the quality with level
> 0
to the according labels. |
private Map<Quality,Integer> |
GUIRunner.StatisticsTestState.qual2num
Maps the quality with any level
to the number of testcases already finished or ignored
with according state.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Quality |
TestCase.getQuality()
Returns the phase of this testcase as described in
TestCase.qual. |
(package private) Quality |
Quality.max(Quality other)
Determines a Quality with the maximum level
of
this and other. |
(package private) Quality |
Quality.setAssumptionFailure()
Returns the next phase
when
RunListener.testAssumptionFailure(Failure) is invoked. |
(package private) Quality |
Quality.setFailure(Throwable thrw)
Returns the next phase
when
RunListener.testFailure(Failure) is invoked. |
(package private) Quality |
Quality.setFinished()
Returns the next phase
when
RunListener.testFinished(Description) is invoked. |
(package private) Quality |
Quality.setIgnored()
Returns the next phase
when
RunListener.testIgnored(Description) is invoked. |
(package private) Quality |
Quality.setScheduled()
Returns the next phase
when
RunListener.testRunStarted(Description) is invoked. |
(package private) Quality |
Quality.setStarted()
Returns the next phase
when
RunListener.testStarted(Description) is invoked. |
static Quality |
Quality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Quality[] |
Quality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Quality |
Quality.max(Quality other)
Determines a Quality with the maximum level
of
this and other. |
(package private) TestCase |
GUIRunner.noteTestStartedI(Quality qual)
Notifies that an atomic test is started or ignored.
|
(package private) TestCase |
GUIRunner.HierarchyWrapper.noteTestStartedI(Quality qual)
Notifies that an atomic test is started or ignored.
|
(package private) void |
TestCase.setQualStartedIgnored(Quality qual)
Triggers a transition of the current phase to
qual
if possible; otherwise throws an exception. |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.