public interface BMTestRunnerListener
BMTestRunner.| 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.
|
void testReady(org.springframework.context.ApplicationContext testCtx,
String test)
void testRunReady(org.springframework.context.ApplicationContext testCtx,
String test,
String run)
void testRunStarted(org.springframework.context.ApplicationContext testCtx,
String test,
String run)
Copyright © 2005–2018 Alfresco Software. All rights reserved.