Searched refs:InjectionType (Results 1 – 1 of 1) sorted by relevance
25 private enum InjectionType { enum in BlockJUnit4ClassRunnerWithParameters43 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()