X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Ftesting%2FTestManager.hpp;h=4b2fd23abdf8cc92be762fae67ff2a61ea36384f;hb=refs%2Fheads%2Fmaster;hp=a6b0c21dc911d930c6530a9dd1fc97aef70c2220;hpb=cef452116c2966d7eaa65ff31ee7613bf3ae1b93;p=anna.git diff --git a/include/anna/testing/TestManager.hpp b/include/anna/testing/TestManager.hpp index a6b0c21..4b2fd23 100644 --- a/include/anna/testing/TestManager.hpp +++ b/include/anna/testing/TestManager.hpp @@ -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; }