T - the type of the test class.public class InjectMojoParametersRule<T> extends Object implements org.junit.rules.TestRule
MojoParameter tagged fields, and inject these values into
InjectMojoParameters tagged fields.| Constructor and Description |
|---|
InjectMojoParametersRule(T testInstance)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
public InjectMojoParametersRule(T testInstance)
testInstance - the test class instance.Copyright © 2020. All rights reserved.