|
||||||||||
| 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(Class<?> testClass,
Object test,
Context context)
Inject the Context in the test case instance |
Response |
runTests(Context context,
Class<?> testClass)
Run the tests in the given test class. |
| Method Detail |
|---|
Response runTests(Context context,
Class<?> testClass)
JUnitRunner a valid implementation
would do something simmilar to
RuntimeContextResponse
void injectContext(Class<?> testClass,
Object test,
Context context)
throws Exception
Context in the test case instance
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||