public class RunDelayedInjects
extends org.junit.runners.model.Statement
InjectDelayed fields. These fields are
constructed after BeforeInjecting and before JUnit's @Before.| Constructor and Description |
|---|
RunDelayedInjects(org.junit.runners.model.Statement next,
org.junit.runners.model.TestClass testClass,
Object target,
List<org.junit.runners.model.FrameworkField> fields) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate() |
protected Injector |
getInjector()
Override this method to provide your own injector in the test runner, e.g.
|
public void evaluate()
throws Throwable
evaluate in class org.junit.runners.model.StatementThrowableprotected Injector getInjector()
InjectDelayed fieldsCopyright © 2017. All rights reserved.