Package com.atlassian.jira.functest.rule
Class InjectFieldsRule
java.lang.Object
com.atlassian.jira.functest.rule.InjectFieldsRule
- All Implemented Interfaces:
- org.junit.rules.TestRule
Rule that can be used to inject fields to test class. Internally guice is used to populate given object.
- Since:
- v6.5
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description) 
- 
Constructor Details- 
InjectFieldsRule
 
- 
- 
Method Details- 
applypublic org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
- applyin interface- org.junit.rules.TestRule
 
 
-