Searched refs:matchAnyTypes (Results 1 – 2 of 2) sorted by relevance
151 if (matchAnyTypes(ClassType.ANNOTATION.getValue() | ClassType.API.getValue())) { in isTestClass()168 return (isTestClass() && !matchAnyTypes( in isNonAbstractTestClass()175 return matchAnyTypes( in testClassResolved()236 private boolean matchAnyTypes(int typesValue) { in matchAnyTypes() method in ClassProfile
137 return matchAnyTypes( in testMethodResolved()180 private boolean matchAnyTypes(int typesValue) { in matchAnyTypes() method in MethodProfile