Home
last modified time | relevance | path

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

/external/pigweed/pw_tokenizer/
Ddecode_test.cc159 class DecodedFormatStringTest : public ::testing::Test { class
161 DecodedFormatStringTest() in DecodedFormatStringTest() function in pw::tokenizer::__anonc687bd0c0111::DecodedFormatStringTest
171 TEST_F(DecodedFormatStringTest, Value) { in TEST_F() argument
177 TEST_F(DecodedFormatStringTest, FormatSuccessfully_IsOk) { in TEST_F() argument
183 TEST_F(DecodedFormatStringTest, FormatWithDecodingErrors_IsNotOkay) { in TEST_F() argument
188 TEST_F(DecodedFormatStringTest, FormatWithRemainingBytes_IsNotOkay) { in TEST_F() argument
194 TEST_F(DecodedFormatStringTest, FormatWithRemainingBytesAndError_IsNotOkay) { in TEST_F() argument
199 TEST_F(DecodedFormatStringTest, RemainingBytes_NoData_IsZero) { in TEST_F() argument
205 TEST_F(DecodedFormatStringTest, RemainingBytes_WithData_MatchesNumberOfArgs) { in TEST_F() argument
211 TEST_F(DecodedFormatStringTest, ArgumentCount_NoData_MatchesNumberOfArgs) { in TEST_F() argument
[all …]