|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestSpecification | |
qat.gui |
Uses of TestSpecification in qat.gui |
Methods in qat.gui that return TestSpecification | |
TestSpecification |
TestTree.getTestSpecification(java.lang.String testSpecPath)
This method will return the test which has a matching testSpecPath, which should be unique for each test. |
TestSpecification |
TestTree.parseTest(TestSpecification test,
ParserInterface parser)
|
TestSpecification |
QATInterface.getSelectedTest()
Returns the currectly selected test, or the first one of more than one is selected. |
TestSpecification |
QAT.getSelectedTest()
|
Methods in qat.gui with parameters of type TestSpecification | |
void |
TraceViewer.setTest(TestSpecification test)
|
void |
TraceViewer.loadTraces(TestSpecification test)
|
void |
TraceViewer.loadTraces(TestSpecification test,
java.lang.String commandID)
|
void |
TraceViewerComponent.setTest(TestSpecification test)
|
void |
TraceViewerComponent.loadTraces(TestSpecification test)
|
void |
TraceViewerComponent.loadTraces(TestSpecification test,
java.lang.String commandID)
|
void |
NodeMenu.updateTraceViewerList(TestSpecification test,
java.lang.String trace)
Either updates the visible trace viewers, or creates new ones, depending on the re-use flag. |
void |
TestDetailViewer.setObjectView(TestSpecification test)
|
void |
ParserOutputViewer.setObjectView(TestSpecification test)
|
TestTreeNode |
TestTree.getNode(TestSpecification test)
This method returns the TestTreeNode matching the test parameter. |
void |
TestTree.selectTest(TestSpecification test)
Searches for the node in the tree matching test, and sets it to selected. |
boolean |
TestTree.setTest(TestSpecification test)
This method searchs the tree starting at node, until a TestSpecification name matches the parameter test, and then replaces it with test. |
TestSpecification |
TestTree.parseTest(TestSpecification test,
ParserInterface parser)
|
void |
QAT.runSingleTest(TestSpecification test)
This allows a single test to be run. |
void |
QAT.updateTest(TestSpecification test,
boolean evaluating)
This method is called by the testRunner once the test result is known, and allows the test node to be repainted with the proper result. |
void |
QAT.setParserView(TestSpecification test)
This allows other classes to update the parser output window. |
Constructors in qat.gui with parameters of type TestSpecification | |
TraceViewer(QAT parent,
TestSpecification test,
java.lang.String commandID)
|
|
TraceViewerComponent(QAT parent,
TestSpecification test,
java.lang.String commandID)
|
|
TestDetailViewer(QAT parent,
TestSpecification test)
|
|
ParserOutputViewer(QAT parent,
TestSpecification test)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |