X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Ftesting%2FTestCase.hpp;h=acd3a54e6cbe0409939b417a9782e817fc16afc8;hb=851ff2962362fd5bad874e8ed91445b296eaca24;hp=b722cac9070040149586bf018941c1a2414c83bd;hpb=d723d5bf571eb48c641b092058eaa38bb6c4fcc8;p=anna.git diff --git a/include/anna/testing/TestCase.hpp b/include/anna/testing/TestCase.hpp index b722cac..acd3a54 100644 --- a/include/anna/testing/TestCase.hpp +++ b/include/anna/testing/TestCase.hpp @@ -95,7 +95,8 @@ public: const std::string &sessionId, const std::string &resultCode, 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 addWaitRegexpHex(bool fromEntity, const std::string ®exp) throw(anna::RuntimeException); + void addWaitRegexpXml(bool fromEntity, const std::string ®exp) throw(anna::RuntimeException); void addCommand(const std::string &cmd) throw(anna::RuntimeException);