| Package | Description |
|---|---|
| org.stjs.testing.driver |
| Modifier and Type | Method and Description |
|---|---|
void |
JUnitSession.runnerCompleted(STJSTestDriverRunner runner)
Called when the specified runner has finished executing all of its tests.
|
void |
JUnitSession.runnerInstantiated(STJSTestDriverRunner runner)
Called when a runner has been instantiated.
|
void |
JUnitSession.testCompleted(STJSTestDriverRunner runner,
org.junit.runners.model.FrameworkMethod method,
TestResultCollection result)
Called after a JUnit test has been executed by all the browsers
|
void |
JUnitSession.testStarting(STJSTestDriverRunner runner,
org.junit.runners.model.FrameworkMethod method)
Called before a JUnit test is dispatched to the browsers.
|
Copyright © 2015. All Rights Reserved.