Lines Matching refs:newActions
319 std::vector<std::string> newActions = { in TEST_F() local
325 EXPECT_THAT(newActions, Ne(currActions)); in TEST_F()
327 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
338 std::vector<std::string> newActions = { in TEST_F() local
348 EXPECT_THAT(newActions, Ne(currActions)); in TEST_F()
350 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
359 std::vector<std::string> newActions = {}; in TEST_F() local
366 EXPECT_THAT(newActions, Ne(currActions)); in TEST_F()
368 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
401 std::vector<std::string> newActions = { in TEST_F() local
411 .reportActions(utils::transform(newActions, [](const auto& action) { in TEST_F()