From c866084c8b86aa76c3565958fad8553c43bc3306 Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Sun, 15 Jul 2001 17:42:32 +0000 Subject: TextFixture introduced. First steps at using it. --- src/cppunit/TestCase.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/cppunit/TestCase.cpp') diff --git a/src/cppunit/TestCase.cpp b/src/cppunit/TestCase.cpp index eb39a9f..9632e34 100644 --- a/src/cppunit/TestCase.cpp +++ b/src/cppunit/TestCase.cpp @@ -105,16 +105,6 @@ std::string } -/// A hook for fixture set up -void TestCase::setUp () -{} - - -/// A hook for fixture tear down -void TestCase::tearDown () -{} - - /// Returns the name of the test case instance std::string TestCase::toString () const -- cgit v1.2.1