Searched refs:AlpsDecoderTestWithFeature (Results 1 – 1 of 1) sorted by relevance
320 class AlpsDecoderTestWithFeature : public ::testing::TestWithParam<bool> { class334 INSTANTIATE_TEST_SUITE_P(All, AlpsDecoderTestWithFeature, testing::Bool());336 TEST_P(AlpsDecoderTestWithFeature, MalformedAcceptChFrame) { in TEST_P() argument