From 4d8f4e24048feecd5d630bff4e6c6c1883ac2402 Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Sun, 16 Sep 2001 18:27:02 +0000 Subject: Revert TestFixture-related changes from 2001-07-15. --- src/cppunit/TestCase.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/cppunit/TestCase.cpp') diff --git a/src/cppunit/TestCase.cpp b/src/cppunit/TestCase.cpp index fc9269d..9499416 100644 --- a/src/cppunit/TestCase.cpp +++ b/src/cppunit/TestCase.cpp @@ -104,6 +104,16 @@ 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