public class BMTestRunnerListenerAdaptor extends Object implements BMTestRunnerListener
BMTestRunner.| Constructor and Description |
|---|
BMTestRunnerListenerAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
testReady(org.springframework.context.ApplicationContext testCtx,
String test)
Notification that the test context has started.
|
void |
testRunFinished(org.springframework.context.ApplicationContext testCtx,
String test,
String run)
Notification that the test run finished successfully
|
void |
testRunReady(org.springframework.context.ApplicationContext testCtx,
String test,
String run)
Notification that the test run has been created but not started.
|
void |
testRunStarted(org.springframework.context.ApplicationContext testCtx,
String test,
String run)
Notification that the test run started.
|
public void testReady(org.springframework.context.ApplicationContext testCtx,
String test)
testReady in interface BMTestRunnerListenerpublic void testRunReady(org.springframework.context.ApplicationContext testCtx,
String test,
String run)
testRunReady in interface BMTestRunnerListenerpublic void testRunStarted(org.springframework.context.ApplicationContext testCtx,
String test,
String run)
testRunStarted in interface BMTestRunnerListenerpublic void testRunFinished(org.springframework.context.ApplicationContext testCtx,
String test,
String run)
testRunFinished in interface BMTestRunnerListenerCopyright © 2005–2018 Alfresco Software. All rights reserved.