Searched refs:expectedIds (Results 1 – 3 of 3) sorted by relevance
71 List<String> expectedIds = new ArrayList<>(); in assertContainingAllExpectedIds() local77 expectedIds.add(line); in assertContainingAllExpectedIds()82 expectedIds.removeAll(excludedIds); in assertContainingAllExpectedIds()86 0, expectedIds.size()); in assertContainingAllExpectedIds()89 for (String expectedId : expectedIds) { in assertContainingAllExpectedIds()
90 std::vector<GLint> expectedIds = makeRange(count); in runTest() local94 glBufferData(GL_ARRAY_BUFFER, sizeof(GLint) * expectedIds.size(), expectedIds.data(), in runTest()
124 Set<String> expectedIds = allZones.stream() in testGetAvailableIDsWithRawOffset() local128 assertEquals("zoneInfoDb.getAvailableIDs(" + rawOffset + ")", expectedIds, ids); in testGetAvailableIDsWithRawOffset()