Uses of Class
qa.QATestDataUnit
Packages that use QATestDataUnit
- 
Uses of QATestDataUnit in qa.analyser
Methods in qa.analyser that return QATestDataUnitMethods in qa.analyser that return types with arguments of type QATestDataUnitModifier and TypeMethodDescriptionQAQueuedTask.getTestsForCluster(QACluster cluster) Get the tests associated with a particular cluster.Methods in qa.analyser with parameters of type QATestDataUnitModifier and TypeMethodDescriptionvoidQAAnalyser.analyseTest(QATestDataUnit testDataUnit) This is probably going to get called with a data unit from the generator datablock.voidQAAnalyser.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) Method parameters in qa.analyser with type arguments of type QATestDataUnitModifier and TypeMethodDescriptionvoidQAAnalyser.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.Constructors in qa.analyser with parameters of type QATestDataUnitModifierConstructorDescriptionQAQueuedTask(long timeMilliseconds, QAReportOptions qaReportOptions, QATestDataUnit singleTest) QATestResult(QATestDataUnit testDataUnit, PamDataBlock testDetector) Constructor parameters in qa.analyser with type arguments of type QATestDataUnitModifierConstructorDescriptionQAQueuedTask(long timeMilliseconds, QAReportOptions qaReportOptions, List<QATestDataUnit> multipleTests)  - 
Uses of QATestDataUnit in qa.generator
Methods in qa.generator that return QATestDataUnitModifier and TypeMethodDescriptionQAGeneratorProcess.addTestSet(String testType, QACluster cluster, QALocationGenerator locationGenerator) Methods in qa.generator with parameters of type QATestDataUnitModifier and TypeMethodDescriptionvoidQAGeneratorProcess.addTestSet(QATestDataUnit testDataUnit) voidQAGeneratorProcess.cancelTest(QATestDataUnit dataUnit) Called to cancel a test. - 
Uses of QATestDataUnit in qa.generator.testset
Methods in qa.generator.testset that return QATestDataUnitMethods in qa.generator.testset with parameters of type QATestDataUnit - 
Uses of QATestDataUnit in qa.swing
Methods in qa.swing with parameters of type QATestDataUnitModifier and TypeMethodDescriptionQATestTable.getColumnData(QATestDataUnit dataUnit, int columnIndex) voidQATestTable.popupMenuAction(MouseEvent e, QATestDataUnit dataUnit, String selColumn)