| 65 | BT::AsyncActionTest action; |
| 66 | |
| 67 | RepeatTestAsync() : root("repeat", 3), action("action", milliseconds(20)) |
| 68 | { |
| 69 | root.setChild(&action); |
| 70 | } |
| 71 | ~RepeatTestAsync() override = default; |
| 72 | RepeatTestAsync(const RepeatTestAsync&) = delete; |
| 73 | RepeatTestAsync& operator=(const RepeatTestAsync&) = delete; |