Definition at line 20 of file MemoryMapArrayTest.h.
◆ UnitTest() [1/2]
UnitTest::UnitTest |
( |
const char * |
title | ) |
|
|
inline |
◆ UnitTest() [2/2]
UnitTest::UnitTest |
( |
const char * |
title | ) |
|
|
inline |
Definition at line 32 of file UnitTest.h.
32: m_title(title), m_failures(0), m_testNum(0) {;};
◆ getFailureCount() [1/2]
int UnitTest::getFailureCount |
( |
| ) |
|
|
inline |
◆ getFailureCount() [2/2]
int UnitTest::getFailureCount |
( |
| ) |
|
|
inline |
◆ getPassCount() [1/2]
int UnitTest::getPassCount |
( |
| ) |
|
|
inline |
◆ getPassCount() [2/2]
int UnitTest::getPassCount |
( |
| ) |
|
|
inline |
Definition at line 34 of file UnitTest.h.
34{return m_testNum - m_failures;}
◆ getTitle() [1/2]
const std::string UnitTest::getTitle |
( |
| ) |
const |
|
inline |
◆ getTitle() [2/2]
const std::string UnitTest::getTitle |
( |
| ) |
const |
|
inline |
◆ m_failures
◆ m_testNum
◆ m_title
std::string UnitTest::m_title |
|
protected |
The documentation for this class was generated from the following files: