| Class | Description |
|---|---|
| AbstractInjectingRunner |
A JUnit runner that injects all the page bindery things into your tests.
|
| AbstractProductContextRunner |
Given a tested product supporting injection, injects framework members into the test class and object
before running the test.
|
| ProductContextRunner |
'Default' product context runner that reads the tested product class from the
TestedProductClass annotation that the test class
MUST be annotated with, and uses TestedProductFactory to instantiate
the product and inject context into the test instance. |
Copyright © 2015 Atlassian. All rights reserved.