![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cUnitTest.h>
Public Member Functions | |
cUnitTest () | |
virtual | ~cUnitTest () noexcept(false) |
const FILECHAR_t * | get_TestInpDir () const |
virtual void | RunUnitTest ()=0 |
Run the test. More... | |
Additional Inherited Members | |
![]() | |
static bool __stdcall | TestTypes () |
![]() | |
static int | sm_nCreatedUnitTests = 0 |
Count the cUnitTest objects I have created. NOT just m_aUnitTests. More... | |
static const FILECHAR_t * | k_TestFiles = _FN("TestFiles") |
static const StrLen_t | k_TEXTBLOB_LEN = 566 |
StrT::Len(k_sTextBlob) = 0x236. More... | |
static const cStrConst | k_sTextBlob |
a single allocated k_TEXTBLOB_LEN+1 More... | |
static const StrLen_t | k_TEXTLINES_QTY = 18 |
STRMAX= _countof(k_asTextLines)-1. More... | |
static const cStrConst | k_asTextLines [k_TEXTLINES_QTY+1] |
nullptr terminated array of lines of text. More... | |
a unit test for a specific type of thing. attached to a cOSModImpl Similar to something like: JUnit/CppUnit, Boost.Test or CxxTest. Similar to "::Microsoft::VisualStudio::CppUnitTestFramework::TestClass<className>"
Gray::cUnitTest::cUnitTest | ( | ) |
|
virtualnoexcept |
const FILECHAR_t * Gray::cUnitTest::get_TestInpDir | ( | ) | const |
|
pure virtual |
Run the test.