Home
last modified time | relevance | path

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

/system/tools/aidl/
Doptions_unittest.cpp151 for (const auto& test_case : kTestInput) { in TEST() local
152 string mutated = test_case.input; in TEST()
153 EXPECT_TRUE(ReplaceSuffix(test_case.old_suffix, in TEST()
154 test_case.new_suffix, in TEST()
156 EXPECT_EQ(mutated, test_case.result); in TEST()
/system/security/keystore/
Dkeystore_cli_v2.cpp212 for (const auto& test_case : test_cases) { in BrilloPlatformTest() local
213 if (!prefix.empty() && test_case.name.find(prefix) != 0) { in BrilloPlatformTest()
217 if (!TestKey(test_case.name, test_case.required_for_brillo_pts, test_case.parameters)) { in BrilloPlatformTest()
218 VLOG(1) << "Test failed: " << test_case.name; in BrilloPlatformTest()
229 for (const auto& test_case : test_cases) { in ListTestCases() local
230 printf("%s : %s\n", test_case.name.c_str(), in ListTestCases()
231 test_case.required_for_brillo_pts ? kBoldGreenRequired : kBoldYellowRecommended); in ListTestCases()