public interface TestExecutorMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
singleTestExecuted(TestCase test,
TestCaseResultStatus status,
Collection<TestCaseResult> results)
Called when a single test is executed
|
void |
singleTestStarted(TestCase test)
Called when a single test starts
|
void |
testingFinished()
Called when testing ends
|
void |
testingStarted(Source dataset,
TestSuite testSuite)
Called when testing starts
|
void testingStarted(Source dataset, TestSuite testSuite)
dataset - the datasettestSuite - the test suitevoid singleTestStarted(TestCase test)
test - the testvoid singleTestExecuted(TestCase test, TestCaseResultStatus status, Collection<TestCaseResult> results)
test - the teststatus - the statusresults - the resultsvoid testingFinished()
Copyright © 2014. All rights reserved.