]> git.tdb.fi Git - libs/test.git/blobdiff - source/test.h
Bring the Build file up to date with Builder changes
[libs/test.git] / source / test.h
index ae459f573b76f66bf5d9ec9df3240d49095326cb..a6dad93f2dede3c7c6f0460cfec4c7ccd5c1d45c 100644 (file)
@@ -43,6 +43,7 @@ private:
        std::list<Function *> functions;
        std::string detail_info;
        std::string detail_debug;
+       std::string fail_reason;
        bool passed;
 
 protected:
@@ -83,6 +84,7 @@ protected:
 
        void info(const std::string &);
        void debug(const std::string &);
+       void fail(const std::string &);
 };
 
 template<typename T>