| 31 | //! Set the test name |
| 32 | void SetName(std::string const& name); |
| 33 | std::string GetName() const { return this->Name; } |
| 34 | |
| 35 | void SetCommand(std::vector<std::string> const& command); |
| 36 | std::vector<std::string> const& GetCommand() const { return this->Command; } |
no outgoing calls
no test coverage detected