X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=include%2Fanna%2Ftesting%2FTestCase.hpp;h=acd3a54e6cbe0409939b417a9782e817fc16afc8;hb=64d7c531cdf5f4bca4fa2d8c9736de98247dfe13;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);