]> git.tdb.fi Git - libs/test.git/blobdiff - source/test.h
Add a method to manually fail a test
[libs/test.git] / source / test.h
index ae459f573b76f66bf5d9ec9df3240d49095326cb..d410377c4793102bb90525d6246fe77e5ca31b80 100644 (file)
@@ -83,6 +83,7 @@ protected:
 
        void info(const std::string &);
        void debug(const std::string &);
+       void fail(const std::string &);
 };
 
 template<typename T>