X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Ftesting%2FTestCase.hpp;fp=example%2Fdiameter%2Flauncher%2Ftesting%2FTestCase.hpp;h=ea8dd1bb86d960f831e838cd2f8786a994228408;hb=f9534159f3b43cbf74eccf88723ee740c69eb204;hp=a3c48f0ead730d50389dacbf5011f8391d25df99;hpb=e3f60b6b4a178c63ebd6f8915431bfa485a2e601;p=anna.git diff --git a/example/diameter/launcher/testing/TestCase.hpp b/example/diameter/launcher/testing/TestCase.hpp index a3c48f0..ea8dd1b 100644 --- a/example/diameter/launcher/testing/TestCase.hpp +++ b/example/diameter/launcher/testing/TestCase.hpp @@ -79,6 +79,8 @@ public: const std::string &hopByHop, const std::string &msisdn, const std::string &imsi, const std::string &serviceContextId) throw(anna::RuntimeException); void addWaitAnswer(bool fromEntity, int stepNumber) throw(anna::RuntimeException); void addWaitRegexp(bool fromEntity, const std::string ®exp) throw(anna::RuntimeException); + void addCmd(const std::string &script, const std::string ¶meters) throw(anna::RuntimeException); + // Process: void nextStep() throw() { a_stepsIt++; }