Improved wait for regexp operations
[anna.git] / include / anna / testing / TestStep.hpp
index 34af880..782ce55 100644 (file)
@@ -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 &regexp) throw();
+    void setConditionRegexpXml(bool fromEntity, const std::string &regexp) throw();
+    void setConditionRegexpHex(bool fromEntity, const std::string &regexp) throw();
 
     void setClientSession(anna::diameter::comm::ClientSession *cs) throw() { a_clientSession = cs; }
     void setServerSession(anna::diameter::comm::ServerSession *ss) throw() { a_serverSession = ss; }