Uses of Class
eu.simuline.testhelpers.TestCase
-
-
Uses of TestCase in eu.simuline.testhelpers
Fields in eu.simuline.testhelpers declared as TestCase Modifier and Type Field Description private TestCase
GUIRunListener. testCase
Fields in eu.simuline.testhelpers with type parameters of type TestCase Modifier and Type Field Description private java.util.List<TestCase>
TestCase. children
The list of children if this is a suite according toisTest()
ornull
if this is a (singular) test.private javax.swing.DefaultListModel<TestCase>
GUIRunner.TestCaseLister. failureListMod
The list of testcases which are either ignored, failed in some sense or with hurt assumption.Methods in eu.simuline.testhelpers that return TestCase Modifier and Type Method Description (package private) TestCase
GUIRunner.HierarchyWrapper. getRoot()
(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.Methods in eu.simuline.testhelpers that return types with arguments of type TestCase Modifier and Type Method Description (package private) java.util.List<TestCase>
TestCase. getChildren()
Returns the list of children given bychildren
.(package private) javax.swing.JList<TestCase>
GUIRunner.TestCaseLister. getFailList()
Methods in eu.simuline.testhelpers with parameters of type TestCase Modifier and Type Method Description (package private) void
GUIRunner.TestCaseLister. addSelectedTestCaseByNeed(TestCase testCase)
AddstestCase
to the failure list if not yet listed.private void
GUIRunner.StatisticsTestState. detQual2NumRec(TestCase testCase)
Initializes teh statistics inGUIRunner.StatisticsTestState.qual2num
according totestCase
.private void
GUIRunner.TestProgressBar. detValQualRec(TestCase testCase)
Determines recursively the length of the progress bar andGUIRunner.TestProgressBar.qual
based on the non-scheduled test cases.java.awt.Component
GUIRunner.TestListCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends TestCase> list, TestCase testCase, int index, boolean isSelected, boolean cellHasFocus)
(package private) void
GUIRunner.HierarchyWrapper. initClassStructure(TestCase testCase)
Notifies that the structure of the test class may have been updated.private boolean
GUIRunner.HierarchyWrapper. isSelected(TestCase testCase)
Returns whether the given testcasetestCase
is selected in this HierarchyTree.(package private) void
GUIRunner.HierarchyWrapper. noteReportResult(TestCase testCase)
Notifies that the singular testtestCase
is finished.(package private) void
GUIRunner. noteReportResult(TestCase testCase)
Notifies that the singular testtestCase
is finished, whether successful or not or that a test is ignored after invokingGUIRunner.noteTestStartedI(Quality)
with parameterQuality.Ignored
.(package private) void
GUIRunner.StatisticsTestState. noteReportResult(TestCase testCase)
Notifies that the singular testtestCase
is finished.(package private) void
GUIRunner.TestCaseLister. noteReportResult(TestCase testCase)
Notifies that the singular testtestCase
is finished.(package private) void
GUIRunner.TestProgressBar. noteReportResult(TestCase testCase)
Notifies that the singular testtestCase
is finished.private void
GUIRunner. setStatus(TestCase testCase)
Sets a status message describingtestCase
to the status bar usingGUIRunner.setStatus(String)
.(package private) void
GUIRunner.StatisticsTestState. startTestRun(TestCase testCase)
Notifies that a test with structure given bydesc
is going to be run next.(package private) void
GUIRunner.TestProgressBar. startTestRun(TestCase testCase)
Notifies that a test run given bytestCase
is going to be run next.private static javax.swing.tree.DefaultMutableTreeNode
GUIRunner.HierarchyWrapper. testCase2treeNode(TestCase testCase)
Converts the (tree of) testcases given bytestCase
.Method parameters in eu.simuline.testhelpers with type arguments of type TestCase Modifier and Type Method Description java.awt.Component
GUIRunner.TestListCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends TestCase> list, TestCase testCase, int index, boolean isSelected, boolean cellHasFocus)
-