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 { 00011 TestResults*& Results(); 00012 const TestDetails*& Details(); 00013 } 00014 00015 } 00016 00017 #endif