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 TestCaseGUIRunListener. testCaseFields in eu.simuline.testhelpers with type parameters of type TestCase Modifier and Type Field Description private java.util.List<TestCase>TestCase. childrenThe list of children if this is a suite according toisTest()ornullif this is a (singular) test.private javax.swing.DefaultListModel<TestCase>GUIRunner.TestCaseLister. failureListModThe 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) TestCaseGUIRunner.HierarchyWrapper. getRoot()(package private) TestCaseGUIRunner.HierarchyWrapper. noteTestStartedI(Quality qual)Notifies that an atomic test is started or ignored.(package private) TestCaseGUIRunner. 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) voidGUIRunner.TestCaseLister. addSelectedTestCaseByNeed(TestCase testCase)AddstestCaseto the failure list if not yet listed.private voidGUIRunner.StatisticsTestState. detQual2NumRec(TestCase testCase)Initializes teh statistics inGUIRunner.StatisticsTestState.qual2numaccording totestCase.private voidGUIRunner.TestProgressBar. detValQualRec(TestCase testCase)Determines recursively the length of the progress bar andGUIRunner.TestProgressBar.qualbased on the non-scheduled test cases.java.awt.ComponentGUIRunner.TestListCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends TestCase> list, TestCase testCase, int index, boolean isSelected, boolean cellHasFocus)(package private) voidGUIRunner.HierarchyWrapper. initClassStructure(TestCase testCase)Notifies that the structure of the test class may have been updated.private booleanGUIRunner.HierarchyWrapper. isSelected(TestCase testCase)Returns whether the given testcasetestCaseis selected in this HierarchyTree.(package private) voidGUIRunner.HierarchyWrapper. noteReportResult(TestCase testCase)Notifies that the singular testtestCaseis finished.(package private) voidGUIRunner. noteReportResult(TestCase testCase)Notifies that the singular testtestCaseis finished, whether successful or not or that a test is ignored after invokingGUIRunner.noteTestStartedI(Quality)with parameterQuality.Ignored.(package private) voidGUIRunner.StatisticsTestState. noteReportResult(TestCase testCase)Notifies that the singular testtestCaseis finished.(package private) voidGUIRunner.TestCaseLister. noteReportResult(TestCase testCase)Notifies that the singular testtestCaseis finished.(package private) voidGUIRunner.TestProgressBar. noteReportResult(TestCase testCase)Notifies that the singular testtestCaseis finished.private voidGUIRunner. setStatus(TestCase testCase)Sets a status message describingtestCaseto the status bar usingGUIRunner.setStatus(String).(package private) voidGUIRunner.StatisticsTestState. startTestRun(TestCase testCase)Notifies that a test with structure given bydescis going to be run next.(package private) voidGUIRunner.TestProgressBar. startTestRun(TestCase testCase)Notifies that a test run given bytestCaseis going to be run next.private static javax.swing.tree.DefaultMutableTreeNodeGUIRunner.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.ComponentGUIRunner.TestListCellRenderer. getListCellRendererComponent(javax.swing.JList<? extends TestCase> list, TestCase testCase, int index, boolean isSelected, boolean cellHasFocus)
-