Searched refs:expected_commands (Results 1 – 8 of 8) sorted by relevance
303 MockPersistentReportingStore::CommandList expected_commands; in TEST_P() local304 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()306 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT_GROUP, in TEST_P()309 testing::IsSupersetOf(expected_commands)); in TEST_P()343 MockPersistentReportingStore::CommandList expected_commands; in TEST_P() local344 expected_commands.emplace_back( in TEST_P()348 expected_commands.emplace_back( in TEST_P()354 testing::IsSupersetOf(expected_commands)); in TEST_P()383 MockPersistentReportingStore::CommandList expected_commands; in TEST_P() local384 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()[all …]
434 MockPersistentReportingStore::CommandList expected_commands; in TEST_P() local446 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST_P()448 testing::UnorderedElementsAreArray(expected_commands)); in TEST_P()453 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()455 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT_GROUP, in TEST_P()458 testing::UnorderedElementsAreArray(expected_commands)); in TEST_P()468 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT, in TEST_P()470 expected_commands.emplace_back(CommandType::ADD_REPORTING_ENDPOINT_GROUP, in TEST_P()473 testing::UnorderedElementsAreArray(expected_commands)); in TEST_P()477 expected_commands.emplace_back( in TEST_P()[all …]
68 MockPersistentReportingStore::CommandList expected_commands; in TEST() local74 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()80 EXPECT_TRUE(store.VerifyCommands(expected_commands)); in TEST()86 MockPersistentReportingStore::CommandList expected_commands; in TEST() local97 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()103 EXPECT_TRUE(store.VerifyCommands(expected_commands)); in TEST()109 MockPersistentReportingStore::CommandList expected_commands; in TEST() local120 expected_commands.emplace_back(CommandType::LOAD_REPORTING_CLIENTS); in TEST()126 EXPECT_TRUE(store.VerifyCommands(expected_commands)); in TEST()131 MockPersistentReportingStore::CommandList expected_commands; in TEST() local[all …]
274 const CommandList& expected_commands) const { in VerifyCommands()275 return command_list_ == expected_commands; in VerifyCommands()
122 bool VerifyCommands(const CommandList& expected_commands) const;
70 MockPersistentNelStore::CommandList expected_commands; in TEST_F() local75 expected_commands.emplace_back( in TEST_F()82 EXPECT_TRUE(store.VerifyCommands(expected_commands)); in TEST_F()92 MockPersistentNelStore::CommandList expected_commands; in TEST_F() local102 expected_commands.emplace_back( in TEST_F()111 EXPECT_TRUE(store.VerifyCommands(expected_commands)); in TEST_F()117 MockPersistentNelStore::CommandList expected_commands; in TEST_F() local127 expected_commands.emplace_back( in TEST_F()134 EXPECT_TRUE(store.VerifyCommands(expected_commands)); in TEST_F()139 MockPersistentNelStore::CommandList expected_commands; in TEST_F() local[all …]
125 const CommandList& expected_commands) const { in VerifyCommands()126 return command_list_ == expected_commands; in VerifyCommands()
91 bool VerifyCommands(const CommandList& expected_commands) const;