diff options
Diffstat (limited to 'src/cppunit/TestCase.cpp')
| -rw-r--r-- | src/cppunit/TestCase.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/cppunit/TestCase.cpp b/src/cppunit/TestCase.cpp index 8f5494a..b2edb90 100644 --- a/src/cppunit/TestCase.cpp +++ b/src/cppunit/TestCase.cpp @@ -115,20 +115,6 @@ TestCase::getName() const } -/// 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 |
