| 50 | } |
| 51 | |
| 52 | bool Action::requireTarget() const { |
| 53 | return this->_actionType >= ActionType::CLICK && |
| 54 | this->_actionType <= ActionType::SCROLL_BOTTOM_UP_N; |
| 55 | } |
| 56 | |
| 57 | bool Action::canStartTestApp() const { |
| 58 | return this->_actionType == ActionType::START || |
no outgoing calls
no test coverage detected