| Package | Description |
|---|---|
| eu.simuline.testhelpers |
Classes needed for testing.
|
| Modifier and Type | Field and Description |
|---|---|
private TestCase |
GUIRunListener.testCase |
| Modifier and Type | Field and Description |
|---|---|
private List<TestCase> |
TestCase.children
The list of children if this is a suite according to
isTest()
or null if this is a (singular) test. |
private DefaultListModel<TestCase> |
GUIRunner.TestCaseLister.failureListMod
The list of testcases which are either ignored,
failed in some sense or with hurt assumption.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) TestCase |
GUIRunner.HierarchyWrapper.getRoot() |
(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.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) List<TestCase> |
TestCase.getChildren()
Returns the list of children given by
children. |
(package private) JList<TestCase> |
GUIRunner.TestCaseLister.getFailList() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
GUIRunner.TestCaseLister.addSelectedTestCaseByNeed(TestCase testCase)
Adds
testCase to the failure list if not yet listed. |
private void |
GUIRunner.StatisticsTestState.detQual2NumRec(TestCase testCase)
Initializes teh statistics in
GUIRunner.StatisticsTestState.qual2num
according to testCase. |
private void |
GUIRunner.TestProgressBar.detValQualRec(TestCase testCase)
Determines recursively the length of the progress bar
and
GUIRunner.TestProgressBar.qual based on the non-scheduled test cases. |
Component |
GUIRunner.TestListCellRenderer.getListCellRendererComponent(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 testcase
testCase
is selected in this HierarchyTree. |
(package private) void |
GUIRunner.noteReportResult(TestCase testCase)
Notifies that the singular test
testCase is finished,
whether successful or not or that a test is ignored
after invoking GUIRunner.noteTestStartedI(Quality)
with parameter Quality.Ignored. |
(package private) void |
GUIRunner.TestProgressBar.noteReportResult(TestCase testCase)
Notifies that the singular test
testCase is finished. |
(package private) void |
GUIRunner.HierarchyWrapper.noteReportResult(TestCase testCase)
Notifies that the singular test
testCase is finished. |
(package private) void |
GUIRunner.StatisticsTestState.noteReportResult(TestCase testCase)
Notifies that the singular test
testCase is finished. |
(package private) void |
GUIRunner.TestCaseLister.noteReportResult(TestCase testCase)
Notifies that the singular test
testCase is finished. |
private void |
GUIRunner.setStatus(TestCase testCase)
Sets a status message describing
testCase
to the status bar using GUIRunner.setStatus(String). |
(package private) void |
GUIRunner.TestProgressBar.startTestRun(TestCase testCase)
Notifies that a test run given by
testCase
is going to be run next. |
(package private) void |
GUIRunner.StatisticsTestState.startTestRun(TestCase testCase)
Notifies that a test with structure given by
desc
is going to be run next. |
private static DefaultMutableTreeNode |
GUIRunner.HierarchyWrapper.testCase2treeNode(TestCase testCase)
Converts the (tree of) testcases given by
testCase |
| Modifier and Type | Method and Description |
|---|---|
Component |
GUIRunner.TestListCellRenderer.getListCellRendererComponent(JList<? extends TestCase> list,
TestCase testCase,
int index,
boolean isSelected,
boolean cellHasFocus) |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.