Searched refs:actualNames (Results 1 – 3 of 3) sorted by relevance
50 Set<String> actualNames = new HashSet<String>(factory.getLoggerNames()); in testLoggerNameList() local52 assertEquals(expectedNames, actualNames); in testLoggerNameList()61 Set<String> actualNames = new HashSet<String>(); in testLoggers() local63 actualNames.add(slog.getName()); in testLoggers()66 assertEquals(expectedNames, actualNames); in testLoggers()
437 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testAddMethods() local438 assertUnorderedContentsSame(expectedNames, actualNames); in testAddMethods()451 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testAddMethodsObjectClass() local452 assertUnorderedContentsSame(expectedNames, actualNames); in testAddMethodsObjectClass()466 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testAddMethodsUsesSuperclass() local467 assertUnorderedContentsSame(expectedNames, actualNames); in testAddMethodsUsesSuperclass()481 List<String> actualNames = getMethodSignatures(methods); in testGetAllMethods() local482 assertUnorderedContentsSame(expectedNames, actualNames); in testGetAllMethods()491 List<String> actualNames = getMethodNames(generatedInterface.getDeclaredMethods()); in testGenerateInterface() local492 assertUnorderedContentsSame(expectedNames, actualNames); in testGenerateInterface()[all …]
97 List<String> actualNames = getClassNames(classes); in testCreateMockForClass() local98 assertUnorderedContentsSame(expectedNames, actualNames); in testCreateMockForClass()