HomeSort by relevance Sort by last modified time
    Searched defs:expectedList (Results 1 - 17 of 17) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractListTester.java 50 List<E> expectedList = Helpers.copyToList(expectedCollection);
52 if (getList().size() != expectedList.size()) {
53 fail("size mismatch: " + reportContext(expectedList));
55 for (int i = 0; i < expectedList.size(); i++) {
56 E expected = expectedList.get(i);
60 fail("mismatch at index " + i + ": " + reportContext(expectedList));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 173 List<String> expectedList = new ArrayList<String>(expected);
174 Collections.sort(expectedList);
177 // Instead of just assertEquals(expectedList, actualList);
180 for (int i = 0; i < expectedList.size(); i++) {
181 String expectedElement = expectedList.get(i);
184 System.out.println("Expected items: " + expectedList);
  /system/netd/server/
BandwidthControllerTest.cpp 72 std::string expectedList =
94 ExpectedIptablesCommands expected = {{ V4, expectedList }};
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMapTest.java 274 List<R3<Integer, Integer, String>> expectedList = Arrays.asList(expected);
291 assertEquals(style + "\tTrieMap matcher", expectedList, actualList);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java 271 List<R3<Integer, Integer, String>> expectedList = Arrays.asList(expected);
288 assertEquals(style + "\tTrieMap matcher", expectedList, actualList);
  /art/test/924-threads/src/art/
Test924.java 228 List<Thread> expectedList = new ArrayList<>();
231 expectedList.add(findThreadByName(threadsFromTraces, "FinalizerDaemon"));
232 expectedList.add(findThreadByName(threadsFromTraces, "FinalizerWatchdogDaemon"));
233 expectedList.add(findThreadByName(threadsFromTraces, "HeapTaskDaemon"));
234 expectedList.add(findThreadByName(threadsFromTraces, "ReferenceQueueDaemon"));
236 // expectedList.add(findThreadByName(threadsFromTraces, "Signal Catcher"));
237 expectedList.add(findThreadByName(threadsFromTraces, "TestThread"));
238 expectedList.add(findThreadByName(threadsFromTraces, "main"));
240 if (!threadList.containsAll(expectedList)) {
241 throw new RuntimeException("Expected " + expectedList + " as subset, got " + threadList)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountsDbTest.java 241 List<Account> expectedList = Arrays.asList(account);
242 assertEquals(expectedList, sharedAccounts);
319 List<Account> expectedList = Arrays.asList(accountNotInDe);
320 assertEquals(expectedList, ceAccounts);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkScoreServiceTest.java 766 List<ScoredNetwork> expectedList = Collections.singletonList(SCORED_NETWORK);
767 assertEquals(expectedList, actualList);
    [all...]
NetworkPolicyManagerServiceTest.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointManagerTest.java     [all...]
  /frameworks/support/slices/view/src/androidTest/java/androidx/slice/
SliceMetadataTest.java 527 String[] expectedList = new String[] {"keyword1", "keyword2", "keyword3"};
528 assertArrayEquals(expectedList, sliceKeywords.toArray());
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.31/
truth-0.31.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.34/
truth-0.34.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.36/
truth-0.36.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 549 milliseconds