Class ConditionTestModel
java.lang.Object
docking.widgets.conditiontestpanel.ConditionTestModel
-
Constructor Summary
ConstructorsConstructorDescriptionConditionTestModel(ConditionTestPanel conditionTestPanel, List<ConditionTester> tests) -
Method Summary
Modifier and TypeMethodDescriptionintintintgetStatus(ConditionTester test) intgetTests()intbooleanbooleanisInProgress(ConditionTester test) voidrunTests(TaskMonitor monitor) voidsetEnabled(ConditionTester test, boolean enabled) voidskippingTest(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
-