Class ConditionTestModel
java.lang.Object
docking.widgets.conditiontestpanel.ConditionTestModel
-
Constructor Summary
ConstructorDescriptionConditionTestModel
(ConditionTestPanel conditionTestPanel, List<ConditionTester> tests) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getStatus
(ConditionTester test) int
getTests()
int
boolean
boolean
isInProgress
(ConditionTester test) void
runTests
(TaskMonitor monitor) void
setEnabled
(ConditionTester test, boolean enabled) void
skippingTest
(ConditionTester test) void
-
Constructor Details
-
ConditionTestModel
-
-
Method Details
-
runTests
-
skipTests
public void skipTests() -
getTestCount
public int getTestCount() -
getCompletedTestCount
public int getCompletedTestCount() -
getWarningCount
public int getWarningCount() -
getErrorCount
public int getErrorCount() -
getSkippedCount
public int getSkippedCount() -
skippingTest
-
getTests
-
getStatus
-
isInProgress
public boolean isInProgress() -
isInProgress
-
setEnabled
-
getStatusMessage
-