Uses of Class
eu.simuline.testhelpers.Quality
-
-
Uses of Quality in eu.simuline.testhelpers
Fields in eu.simuline.testhelpers declared as Quality Modifier and Type Field Description private Quality
GUIRunner.TestProgressBar. qual
The maximal quality found in testcases so far.private Quality
TestCase. qual
The phase of this testcase.Fields in eu.simuline.testhelpers with type parameters of type Quality Modifier and Type Field Description private java.util.Map<Quality,javax.swing.JLabel>
GUIRunner.StatisticsTestState. qual2label
Maps the quality with level> 0
to the according labels.private java.util.Map<Quality,java.lang.Integer>
GUIRunner.StatisticsTestState. qual2num
Maps the quality with any level to the number of testcases already finished or ignored with according state.Methods in eu.simuline.testhelpers that return Quality Modifier and Type Method Description (package private) Quality
TestCase. getQuality()
Returns the phase of this testcase as described inTestCase.qual
.(package private) Quality
Quality. max(Quality other)
Determines a Quality with the maximum level ofthis
andother
.(package private) Quality
Quality. setAssumptionFailure()
Returns the next phase whenRunListener.testAssumptionFailure(Failure)
is invoked.(package private) Quality
Quality. setFailure(java.lang.Throwable thrw)
Returns the next phase whenRunListener.testFailure(Failure)
is invoked.(package private) Quality
Quality. setFinished()
Returns the next phase whenRunListener.testFinished(Description)
is invoked.(package private) Quality
Quality. setIgnored()
Returns the next phase whenRunListener.testIgnored(Description)
is invoked.(package private) Quality
Quality. setScheduled()
Returns the next phase whenRunListener.testRunStarted(Description)
is invoked.(package private) Quality
Quality. setStarted()
Returns the next phase whenRunListener.testStarted(Description)
is invoked.static Quality
Quality. valueOf(java.lang.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.Methods in eu.simuline.testhelpers with parameters of type Quality Modifier and Type Method Description (package private) Quality
Quality. max(Quality other)
Determines a Quality with the maximum level ofthis
andother
.(package private) TestCase
GUIRunner.HierarchyWrapper. noteTestStartedI(Quality qual)
Notifies that an atomic test is started or ignored.(package private) TestCase
GUIRunner. 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 toqual
if possible; otherwise throws an exception.
-