Uses of Class
qa.QATestDataUnit
-
Uses of QATestDataUnit in qa.analyser
Modifier and TypeMethodDescriptionQAQueuedTask.getTestsForCluster
(QACluster cluster) Get the tests associated with a particular cluster.Modifier and TypeMethodDescriptionvoid
QAAnalyser.analyseTest
(QATestDataUnit testDataUnit) This is probably going to get called with a data unit from the generator datablock.void
QAAnalyser.analyseTests
(QATestDataUnit[] multiUnits) Call to process a whole load of tests, and if necessary, make a combined report with results of many different tests.QAAnalyser.processTest
(QATestDataUnit testDataUnit, PamDataBlock aDetector) Modifier and TypeMethodDescriptionvoid
QAAnalyser.analyseTests
(List<QATestDataUnit> testDataUnits) Call to process a whole load of tests, and if necessary, make a combined report with results of many different tests.ModifierConstructorDescriptionQAQueuedTask
(long timeMilliseconds, QAReportOptions qaReportOptions, QATestDataUnit singleTest) QATestResult
(QATestDataUnit testDataUnit, PamDataBlock testDetector) ModifierConstructorDescriptionQAQueuedTask
(long timeMilliseconds, QAReportOptions qaReportOptions, List<QATestDataUnit> multipleTests) -
Uses of QATestDataUnit in qa.generator
Modifier and TypeMethodDescriptionQAGeneratorProcess.addTestSet
(String testType, QACluster cluster, QALocationGenerator locationGenerator) Modifier and TypeMethodDescriptionvoid
QAGeneratorProcess.addTestSet
(QATestDataUnit testDataUnit) void
QAGeneratorProcess.cancelTest
(QATestDataUnit dataUnit) Called to cancel a test. -
Uses of QATestDataUnit in qa.generator.testset
-
Uses of QATestDataUnit in qa.swing
Modifier and TypeMethodDescriptionQATestTable.getColumnData
(QATestDataUnit dataUnit, int columnIndex) void
QATestTable.popupMenuAction
(MouseEvent e, QATestDataUnit dataUnit, String selColumn)