From 70bddf12f5f92a71022c049fb6b8f4f8672af974 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 2 Sep 2015 13:49:59 +0200 Subject: Added GoogleTest and convert tests to us it (nw) --- 3rdparty/unittest-cpp/UnitTest++/TestReporterStdout.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 3rdparty/unittest-cpp/UnitTest++/TestReporterStdout.h (limited to '3rdparty/unittest-cpp/UnitTest++/TestReporterStdout.h') diff --git a/3rdparty/unittest-cpp/UnitTest++/TestReporterStdout.h b/3rdparty/unittest-cpp/UnitTest++/TestReporterStdout.h deleted file mode 100644 index e8d7bbfbed0..00000000000 --- a/3rdparty/unittest-cpp/UnitTest++/TestReporterStdout.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef UNITTEST_TESTREPORTERSTDOUT_H -#define UNITTEST_TESTREPORTERSTDOUT_H - -#include "TestReporter.h" - -namespace UnitTest { - -class UNITTEST_LINKAGE TestReporterStdout : public TestReporter -{ -private: - virtual void ReportTestStart(TestDetails const& test); - virtual void ReportFailure(TestDetails const& test, char const* failure); - virtual void ReportTestFinish(TestDetails const& test, float secondsElapsed); - virtual void ReportSummary(int totalTestCount, int failedTestCount, int failureCount, float secondsElapsed); -}; - -} - -#endif -- cgit v1.2.3