|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Runner
An abstraction of a test runner that executes the given test case in the isolated test environment.
| Method Summary | |
|---|---|
void |
injectContext(java.lang.Class<?> testClass,
java.lang.Object test,
Context context)
Inject the Context in the test case instance |
Response |
runTests(Context context,
java.lang.Class<?> testClass)
Run the tests in the given test class. |
| Method Detail |
|---|
Response runTests(Context context,
java.lang.Class<?> testClass)
JUnitRunner a valid implementation
would do something simmilar to
RuntimeContextResponse
void injectContext(java.lang.Class<?> testClass,
java.lang.Object test,
Context context)
throws java.lang.Exception
Context in the test case instance
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||