| 33 | BT::AsyncActionTest action; |
| 34 | |
| 35 | DeadlineTest() : root("deadline", DEADLINE_MS), action("action", ACTION_LONG_MS) |
| 36 | { |
| 37 | root.setChild(&action); |
| 38 | } |
| 39 | ~DeadlineTest() override = default; |
| 40 | DeadlineTest(const DeadlineTest&) = delete; |
| 41 | DeadlineTest& operator=(const DeadlineTest&) = delete; |