summaryrefslogtreecommitdiff
path: root/src/cppunit/TestCase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit/TestCase.cpp')
-rw-r--r--src/cppunit/TestCase.cpp10
1 files changed, 0 insertions, 10 deletions
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