Searched refs:expectations (Results 1 – 2 of 2) sorted by relevance
59 // 6. Load the app and add initial expectations.64 // expectations about the result.
1070 std::vector<std::pair<Options::Language, TestCase>> expectations) { in TEST_P() argument1076 for (const auto& [lang, test_case] : expectations) { in TEST_P()5854 const std::map<std::string, ExpectedResult>& expectations) { in Run() argument5875 auto it = expectations.find(lang + "_" + kind); in Run()5876 ASSERT_TRUE(it != expectations.end()) << "missing expectation for " << lang << "_" << kind; in Run()