Searched refs:getInjectionType (Results 1 – 1 of 1) sorted by relevance
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() method in BlockJUnit4ClassRunnerWithParameters