Searched refs:expectedIds (Results 1 – 3 of 3) sorted by relevance
44 private void assertChecked(String message, long... expectedIds) { in assertChecked() argument51 long[] sortedExpectedIds = new long[expectedIds.length]; in assertChecked()52 System.arraycopy(expectedIds, 0, sortedExpectedIds, 0, expectedIds.length); in assertChecked()
83 std::vector<int> expectedIds = {0}; in TEST_F() local96 ASSERT_EQ(expectedIds, result.value()); in TEST_F()
181 public static List<String> assertHaveIds(List<String> result, String... expectedIds) { in assertHaveIds() argument184 final SortedSet<String> expected = new TreeSet<>(list(expectedIds)); in assertHaveIds()512 String... expectedIds) { in assertShortcutIds() argument513 final SortedSet<String> expected = new TreeSet<>(list(expectedIds)); in assertShortcutIds()525 String... expectedIds) { in assertShortcutIdsOrdered() argument526 final ArrayList<String> expected = new ArrayList<>(list(expectedIds)); in assertShortcutIdsOrdered()900 public ShortcutListAsserter haveIds(String... expectedIds) { in haveIds() argument901 assertShortcutIds(mList, expectedIds); in haveIds()905 public ShortcutListAsserter haveIdsOrdered(String... expectedIds) { in haveIdsOrdered() argument906 assertShortcutIdsOrdered(mList, expectedIds); in haveIdsOrdered()[all …]