root/library/tests/unittest-cpp/CurrentTest.h
    @
      438
    
  
      | Revision 418, 250 bytes (checked in by vbarta, 16 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 | { | 
| 11 | TestResults*& Results(); | 
| 12 | const TestDetails*& Details(); | 
| 13 | } | 
| 14 | |
| 15 | } | 
| 16 | |
| 17 | #endif | 
        Note: See TracBrowser
        for help on using the browser.
      
      
