Package qa
Class RandomTestManager
java.lang.Object
qa.RandomTestManager
- All Implemented Interfaces:
QANotifyable
Planning to keep one random test per cluster type. This will be re-extracted from the
database at start up so that the count of clusters becomes the total for the database
and will continue to count up however many times PAMGuard restarts.
- Author:
- dg50
-
Field Summary
Fields inherited from interface qa.QANotifyable
OPS_STATUS_CHANGE, PAM_START, PAM_STOP, PARAMETER_CHANGE, SEQUENCE_END, SEQUENCE_START, TEST_END, TEST_SELECT_CHANGED, TEST_START
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Called whenever selected tests are changed and will remove or create an appropriate test for each selected cluster.void
Something changed inQA module ...
-
Constructor Details
-
RandomTestManager
-
-
Method Details
-
manageTests
public int manageTests()Called whenever selected tests are changed and will remove or create an appropriate test for each selected cluster.- Returns:
- number of tests currently active.
-
qaNotify
Description copied from interface:QANotifyable
Something changed inQA module ...- Specified by:
qaNotify
in interfaceQANotifyable
-