00001 #ifndef UNITTEST_CURRENTTESTRESULTS_H 00002 #define UNITTEST_CURRENTTESTRESULTS_H 00003 00004 namespace UnitTest { 00005 00006 class TestResults; 00007 class TestDetails; 00008 00009 namespace CurrentTest { 00010 TestResults*& Results(); 00011 const TestDetails*& Details(); 00012 } 00013 00014 } 00015 00016 #endif