Searched defs:signatures (Results 1 – 3 of 3) sorted by relevance
56 Set<String> signatures = signatures(Sub.class.getMethods()); in testGetMethodsIncludesInheritedMethods() local61 Set<String> signatures = signatures(Sub.class.getDeclaredMethods()); in testGetDeclaredMethodsDoesNotIncludeInheritedMethods() local71 Set<String> signatures = signatures(Sub.class.getMethods()); in testGetMethodsDoesNotIncludeExceptionChanges() local78 Set<String> signatures = signatures(Sub.class.getMethods()); in testGetMethodsIncludesSyntheticMethods() local88 Set<String> signatures = signatures(Sub.class.getDeclaredMethods()); in testGetDeclaredMethodsIncludesSyntheticMethods() local166 private Set<String> signatures(Method[] methods) { in signatures() method in MethodOverridesTest167 Set<String> signatures = new HashSet<String>(); in signatures() local
136 String[] signatures) in testRecordReflection()148 assertEquals(rc.getAccessor().getGenericReturnType().toString(), signatures[i], in testRecordReflection() local
443 SignaturesCollection signatures; in getFilter() local577 public ExpectedUpstreamFilter(SignaturesCollection signatures) { in ExpectedUpstreamFilter()