rename chapters
This commit is contained in:
19
Chapter16/fsm/libs/etl/test/UnitTest++/CurrentTest.h
Normal file
19
Chapter16/fsm/libs/etl/test/UnitTest++/CurrentTest.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef UNITTEST_CURRENTTESTRESULTS_H
|
||||
#define UNITTEST_CURRENTTESTRESULTS_H
|
||||
|
||||
#include "HelperMacros.h"
|
||||
|
||||
namespace UnitTest {
|
||||
|
||||
class TestResults;
|
||||
class TestDetails;
|
||||
|
||||
namespace CurrentTest
|
||||
{
|
||||
UNITTEST_LINKAGE TestResults*& Results();
|
||||
UNITTEST_LINKAGE const TestDetails*& Details();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user