HomeSort by relevance Sort by last modified time
    Searched full:expectedmethods (Results 1 - 1 of 1) sorted by null

  /external/android-mock/tests/com/google/android/testing/mocking/
ClassTypeTests.java 50 Map<String, List<String>> expectedMethods, List<GeneratedClassFile> classes)
54 assertUnorderedContentsSame(expectedMethods.get(clazz.getClassName()), getMethodNames(clazz));
126 Map<String, List<String>> expectedMethods = new HashMap<String, List<String>>();
127 expectedMethods.put(expectedNames.get(0), new ArrayList<String>(Arrays.asList(new String[] {
129 expectedMethods.put(expectedNames.get(1), new ArrayList<String>(Arrays.asList(new String[] {
131 expectedMethods.get(expectedNames.get(0)).addAll(
133 expectedMethods.get(expectedNames.get(1)).addAll(
135 return expectedMethods;
150 Map<String, List<String>> expectedMethods =
154 expectedMethods.get
    [all...]

Completed in 82 milliseconds