source:
code/branches/ode/ode-0.9/tests/CppTestHarness/TestReporter.cpp
@
266
Last change on this file since 266 was 216, checked in by mathiask, 18 years ago | |
---|---|
File size: 127 bytes |
Rev | Line | |
---|---|---|
[216] | 1 | #include "TestReporter.h" |
2 | ||
3 | namespace CppTestHarness | |
4 | { | |
5 | ||
6 | TestReporter::TestReporter() | |
7 | { | |
8 | } | |
9 | ||
10 | TestReporter::~TestReporter() | |
11 | { | |
12 | } | |
13 | ||
14 | } | |
15 |
Note: See TracBrowser
for help on using the repository browser.