root/library/tests/unittest-cpp/TestReporter.cpp @ 418

Revision 418, 87 bytes (checked in by vbarta, 15 years ago)

#27: added UnitTest?++ to bdm sources, changed test_user_data to use it

Line 
1#include "TestReporter.h"
2
3namespace UnitTest {
4
5
6TestReporter::~TestReporter()
7{
8}
9
10}
Note: See TracBrowser for help on using the browser.