X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Ftesting%2FTestManager.hpp;h=4f3bed27db315d86a9f1be79eced868e3043af06;hp=fec33e60cba02fc4f39b099f20194febbed42df3;hb=1f560cfaaea555f037a99a6790eade56434eb119;hpb=51d5997996ea8be2f545f13c3258b56e19a4e291 diff --git a/include/anna/testing/TestManager.hpp b/include/anna/testing/TestManager.hpp index fec33e6..4f3bed2 100644 --- a/include/anna/testing/TestManager.hpp +++ b/include/anna/testing/TestManager.hpp @@ -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