Home
last modified time | relevance | path

Searched refs:InjectionType (Results 1 – 1 of 1) sorted by relevance

/external/junit/src/main/java/org/junit/runners/parameterized/
DBlockJUnit4ClassRunnerWithParameters.java25 private enum InjectionType { enum in BlockJUnit4ClassRunnerWithParameters
43 InjectionType injectionType = getInjectionType(); in createTest()
109 if (getInjectionType() != InjectionType.CONSTRUCTOR) { in validateConstructor()
117 if (getInjectionType() == InjectionType.FIELD) { in validateFields()
208 private InjectionType getInjectionType() { in getInjectionType()
210 return InjectionType.FIELD; in getInjectionType()
212 return InjectionType.CONSTRUCTOR; in getInjectionType()