Allow to clear an specific test case
[anna.git] / include / anna / testing / TestManager.hpp
index a6b0c21..4b2fd23 100644 (file)
@@ -158,6 +158,7 @@ class TestManager : public anna::timex::TimeEventObserver, public anna::Singleto
     //  through the time manager. The first call to this method will start the time trigger system and check for new test cases to be launched.
     bool configureTTPS(int testTicksPerSecond) ;
 
+    bool clearTestCase(std::string &result, unsigned int id) ;
     bool clearPool(std::string &result) ;
     bool resetPool(bool hard /* hard reset includes in-progress test cases */) ;
     void setPoolRepeats(int repeats) { a_poolRepeats = repeats; }