X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Ftesting%2FTestCase.hpp;h=acd3a54e6cbe0409939b417a9782e817fc16afc8;hp=b722cac9070040149586bf018941c1a2414c83bd;hb=9fa68da11c56250017da9735e4a5dd3fd3b2021b;hpb=d30d9e082885e16f0098a699a3b79f53fb28910b 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);