Home
last modified time | relevance | path

Searched defs:actualNames (Results 1 – 3 of 3) sorted by relevance

/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DSubstituteLoggerFactoryTest.java50 Set<String> actualNames = new HashSet<String>(factory.getLoggerNames()); in testLoggerNameList() local
61 Set<String> actualNames = new HashSet<String>(); in testLoggers() local
/external/android-mock/tests/com/google/android/testing/mocking/
DAndroidMockGeneratorTest.java437 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testAddMethods() local
451 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testAddMethodsObjectClass() local
466 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testAddMethodsUsesSuperclass() local
481 List<String> actualNames = getMethodSignatures(methods); in testGetAllMethods() local
491 List<String> actualNames = getMethodNames(generatedInterface.getDeclaredMethods()); in testGenerateInterface() local
503 List<String> actualNames = getMethodNames(generatedInterface.getDeclaredMethods()); in testAddInterfaceMethods() local
516 List<String> actualNames = getMethodNames(generatedClass.getDeclaredMethods()); in testGenerateSubclass() local
531 List<String> actualNames = getClassNames(classes); in testCreateMockForClass() local
DAndroidFrameworkMockGeneratorTest.java97 List<String> actualNames = getClassNames(classes); in testCreateMockForClass() local