Salome HOME
Merge from BR_LIBBATCH_2_0
[tools/libbatch.git] / src / Core / Test / SimpleParser.hxx
index cccee1f33c9665a0fcbf64d36256a56746e7e356..43e8ec87874e210da97f22d4dafd4e96e697df2e 100644 (file)
@@ -54,7 +54,11 @@ public:
   void parse(const std::string & filename) throw(ParserException);
   void parseTestConfigFile() throw(ParserException);
   const std::string & getValue(const std::string & key) const throw(ParserException);
+  const std::string & getTestValue(const std::string & bmType, const std::string & protocolStr,
+                                   const std::string & key) const throw(ParserException);
   int getValueAsInt(const std::string & key) const throw(ParserException);
+  int getTestValueAsInt(const std::string & bmType, const std::string & protocolStr,
+                        const std::string & key) const throw(ParserException);
 
   friend std::ostream & operator <<(std::ostream & os, const SimpleParser & parser) throw();