Home
last modified time | relevance | path

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

/device/google/coral/vibrator/tests/
Dtest-hwapi.cpp140 using GetBoolTest = HwApiTypedTest<bool(Vibrator::HwApi &, bool *)>; typedef
142 TEST_P(GetBoolTest, success_returnsTrue) { in TEST_P() argument
155 TEST_P(GetBoolTest, success_returnsFalse) { in TEST_P() argument
168 TEST_P(GetBoolTest, failure) { in TEST_P() argument
176 INSTANTIATE_TEST_CASE_P(HwApiTests, GetBoolTest,
178 GetBoolTest::MakeParam("ASP_ENABLE_PATH",
181 GetBoolTest::PrintParam);