diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-07-15 17:42:32 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-07-15 17:42:32 +0000 |
| commit | c866084c8b86aa76c3565958fad8553c43bc3306 (patch) | |
| tree | 997582228a56fecc5db33ec6fed3e967d0aecf1b /src/cppunit/TestCase.cpp | |
| parent | 08b4a5c444044db09dc5c668390e9f40663210ff (diff) | |
| download | cppunit-c866084c8b86aa76c3565958fad8553c43bc3306.tar.gz | |
TextFixture introduced. First steps at using it.
Diffstat (limited to 'src/cppunit/TestCase.cpp')
| -rw-r--r-- | src/cppunit/TestCase.cpp | 10 |
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 |
