Command execution for system test cases
[anna.git] / example / diameter / launcher / testing / TestCase.hpp
index a3c48f0..ea8dd1b 100644 (file)
@@ -79,6 +79,8 @@ public:
                 const std::string &hopByHop, 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 &regexp) throw(anna::RuntimeException);
+  void addCmd(const std::string &script, const std::string &parameters) throw(anna::RuntimeException);
+
 
   // Process:
   void nextStep() throw() { a_stepsIt++; }