Home
last modified time | relevance | path

Searched refs:expectations (Results 1 – 2 of 2) sorted by relevance

/system/chre/test/simulation/
DREADME.md59 // 6. Load the app and add initial expectations.
64 // expectations about the result.
/system/tools/aidl/
Daidl_unittest.cpp1070 std::vector<std::pair<Options::Language, TestCase>> expectations) { in TEST_P() argument
1076 for (const auto& [lang, test_case] : expectations) { in TEST_P()
5854 const std::map<std::string, ExpectedResult>& expectations) { in Run() argument
5875 auto it = expectations.find(lang + "_" + kind); in Run()
5876 ASSERT_TRUE(it != expectations.end()) << "missing expectation for " << lang << "_" << kind; in Run()