Searched defs:expectation (Results 1 – 4 of 4) sorted by relevance
95 private static void assertVersion(Expectation expectation, int version) { in assertVersion()109 private static void assertVersion(Expectation expectation, String propValue) { in assertVersion()118 public static final void assertVersion(Expectation expectation, int extension, String propId) { in assertVersion()193 Expectation expectation = dessertExpectation(true); in testExtensionR() local199 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastS()); in testExtensionS() local205 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastT()); in testExtensionT() local211 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastU()); in testExtensionU() local217 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastV()); in testExtensionV() local223 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastB()); in testExtensionB() local232 Expectation expectation = dessertExpectation(SdkLevel.isAtLeastT()); in testExtensionAdServices() local
58 void testGamutOfOperators(const OperatorExpectation<T>& expectation) { in testGamutOfOperators()123 for (const auto& expectation : kExpectations) { in TEST() local424 for (const auto& expectation : testExpectations) { in TEST() local557 for (const auto& expectation : testExpectations) { in TEST() local620 for (const auto& expectation : testExpectations) { in TEST() local671 for (const auto& expectation : kExpectations) { in TEST() local696 for (const auto& expectation : kExpectations) { in TEST() local
688 static void assertPrefixSet(Set<IpPrefix> prefixes, boolean expectation, String... expected) { in assertPrefixSet()694 static void assertPrefixSet(Set<IpPrefix> prefixes, boolean expectation, Set<String> expected) { in assertPrefixSet()
183 std::vector<std::string> expectation; in TEST_F() member