X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=include%2Fanna%2Ftesting%2FTestStep.hpp;h=782ce55ccafbdb0d6f16a62ad997fa60ceb07200;hb=64d7c531cdf5f4bca4fa2d8c9736de98247dfe13;hp=34af8800e5e4b7012c0dded9b794dc7988034f38;hpb=d723d5bf571eb48c641b092058eaa38bb6c4fcc8;p=anna.git diff --git a/include/anna/testing/TestStep.hpp b/include/anna/testing/TestStep.hpp index 34af880..782ce55 100644 --- a/include/anna/testing/TestStep.hpp +++ b/include/anna/testing/TestStep.hpp @@ -197,7 +197,8 @@ class TestStepWait : public TestStep { const std::string &code, const std::string &bitR, const std::string &hopByHop, const std::string &applicationId, const std::string &sessionId, const std::string &resultCode, const std::string &msisdn, const std::string &imsi, const std::string &serviceContextId) throw(); - void setCondition(bool fromEntity, const std::string ®exp) throw(); + void setConditionRegexpXml(bool fromEntity, const std::string ®exp) throw(); + void setConditionRegexpHex(bool fromEntity, const std::string ®exp) throw(); void setClientSession(anna::diameter::comm::ClientSession *cs) throw() { a_clientSession = cs; } void setServerSession(anna::diameter::comm::ServerSession *ss) throw() { a_serverSession = ss; }