root/library/tests/unittest-cpp/CurrentTest.h
@
1440
Revision 706, 231 bytes (checked in by smidl, 15 years ago) | |
---|---|
|
Line | |
---|---|
1 | #ifndef UNITTEST_CURRENTTESTRESULTS_H |
2 | #define UNITTEST_CURRENTTESTRESULTS_H |
3 | |
4 | namespace UnitTest { |
5 | |
6 | class TestResults; |
7 | class TestDetails; |
8 | |
9 | namespace CurrentTest { |
10 | TestResults*& Results(); |
11 | const TestDetails*& Details(); |
12 | } |
13 | |
14 | } |
15 | |
16 | #endif |
Note: See TracBrowser
for help on using the browser.