Add new operation 'run' to test a specific test case
[anna.git] / include / anna / testing / TestManager.hpp
index fec33e6..4f3bed2 100644 (file)
@@ -175,6 +175,7 @@ class TestManager : public anna::timex::TimeEventObserver, public anna::Singleto
     void setInProgressLimit(unsigned int limit) throw() { a_inProgressLimit = limit; } // -1 = UINT_MAX (no limit)
 
     bool gotoTestCase(unsigned int id) throw();
+    bool runTestCase(unsigned int id) throw();
     TestCase *findTestCase(unsigned int id) const throw(); // id = -1 provides current test case triggered
     TestCase *getTestCase(unsigned int id, const std::string &description = "") throw(); // creates/reuses a test case