Home
last modified time | relevance | path

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

/external/junit/src/main/java/org/junit/runners/parameterized/
DBlockJUnit4ClassRunnerWithParameters.java43 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() method in BlockJUnit4ClassRunnerWithParameters