Searched refs:CollationTest (Results 1 – 1 of 1) sorted by relevance
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | test_collation.cpp | 82 class CollationTest : public testing::TestWithParam<bool> { class 93 CollationTest() : mImporter(&mSourceTree, &mErrorCollector) { in CollationTest() function in android::stats_log_api_gen::CollationTest 184 INSTANTIATE_TEST_SUITE_P(ProtoProvider, CollationTest, testing::Values(true, false)); 189 TEST_P(CollationTest, CollateStats) { in TEST_P() argument 266 TEST_P(CollationTest, NonMessageTypeFails) { in TEST_P() argument 276 TEST_P(CollationTest, FailOnBadTypes) { in TEST_P() argument 286 TEST_P(CollationTest, FailOnSkippedFieldsSingle) { in TEST_P() argument 297 TEST_P(CollationTest, FailOnSkippedFieldsMultiple) { in TEST_P() argument 308 TEST_P(CollationTest, FailBadAttributionNodePosition) { in TEST_P() argument 315 TEST_P(CollationTest, FailOnBadStateAtomOptions) { in TEST_P() argument [all …]
|