Searched refs:matchAllTypes (Results 1 – 2 of 2) sorted by relevance
163 return matchAllTypes(ClassType.API.getValue()); in isApiClass()187 return matchAllTypes(ClassType.JUNIT4.getValue()); in isJunit4Class()216 return matchAllTypes(ClassType.JUNIT3.getValue()); in isJunit3Class()240 private boolean matchAllTypes(int typesValue) { in matchAllTypes() method in ClassProfile
155 return matchAllTypes(MethodType.JUNIT3.getValue()); in isJunit3Method()167 return matchAllTypes(MethodType.JUNIT4.getValue()); in isJunit4Method()184 private boolean matchAllTypes(int typesValue) { in matchAllTypes() method in MethodProfile