Lines Matching refs:actions

29             "actions" : {  in TEST()
57 "actions" : { in TEST()
86 "actions" : { in TEST()
115 "actions" : { in TEST()
140 "actions" : { in TEST()
184 "actions" : { in TEST()
209 "actions" : { in TEST()
233 "actions" : { in TEST()
255 "actions" : { in TEST()
276 "actions" : { in TEST()
316 "actions" : { in TEST()
347 "actions" : { in TEST()
376 "actions" : { in TEST()
396 EXPECT_FALSE(h[0].actions == nullptr); in TEST()
397 EXPECT_FALSE(h[0].actions->preparation == nullptr); in TEST()
398 EXPECT_FALSE(h[0].actions->verification == nullptr); in TEST()
399 EXPECT_FALSE(h[0].actions->update == nullptr); in TEST()
411 "actions" : { in TEST()
433 "actions" : { in TEST()
466 "actions" : { in TEST()
487 EXPECT_FALSE(h[0].actions == nullptr); in TEST()
488 EXPECT_FALSE(h[0].actions->preparation == nullptr); in TEST()
489 EXPECT_FALSE(h[0].actions->verification == nullptr); in TEST()
491 h[0].actions->verification.get()); in TEST()
493 EXPECT_FALSE(h[0].actions->update == nullptr); in TEST()
494 auto updater = reinterpret_cast<SystemdNoFile*>(h[0].actions->update.get()); in TEST()
507 "actions" : { in TEST()
530 EXPECT_FALSE(h[0].actions == nullptr); in TEST()
531 EXPECT_FALSE(h[0].actions->preparation == nullptr); in TEST()
532 EXPECT_FALSE(h[0].actions->verification == nullptr); in TEST()
534 h[0].actions->verification.get()); in TEST()
536 EXPECT_FALSE(h[0].actions->update == nullptr); in TEST()
537 auto updater = reinterpret_cast<SystemdNoFile*>(h[0].actions->update.get()); in TEST()
550 "actions" : { in TEST()
574 EXPECT_FALSE(h[0].actions == nullptr); in TEST()
575 EXPECT_FALSE(h[0].actions->preparation == nullptr); in TEST()
576 EXPECT_FALSE(h[0].actions->verification == nullptr); in TEST()
578 h[0].actions->verification.get()); in TEST()
580 EXPECT_FALSE(h[0].actions->update == nullptr); in TEST()
582 reinterpret_cast<SystemdWithStatusFile*>(h[0].actions->update.get()); in TEST()
597 "actions" : { in TEST()
614 EXPECT_FALSE(h[0].actions == nullptr); in TEST()
615 EXPECT_FALSE(h[0].actions->preparation == nullptr); in TEST()
616 EXPECT_FALSE(h[0].actions->verification == nullptr); in TEST()
617 EXPECT_FALSE(h[0].actions->update == nullptr); in TEST()
632 "actions" : { in TEST()
652 EXPECT_FALSE(h[0].actions == nullptr); in TEST()
653 EXPECT_FALSE(h[0].actions->preparation == nullptr); in TEST()
654 EXPECT_FALSE(h[0].actions->verification == nullptr); in TEST()
655 EXPECT_FALSE(h[0].actions->update == nullptr); in TEST()