#include <SDOM_UnitTests.hpp>
|
static void | printTest (const std::string &objName, const std::string &testName) |
|
static void | printResult (const std::string &testName, bool passed) |
|
template<typename Func > |
static bool | run (const std::string &objName, const std::string &testName, Func &&testFunc) |
|
◆ printResult()
static void SDOM::UnitTests::printResult |
( |
const std::string & |
testName, |
|
|
bool |
passed |
|
) |
| |
|
inlinestatic |
◆ printTest()
static void SDOM::UnitTests::printTest |
( |
const std::string & |
objName, |
|
|
const std::string & |
testName |
|
) |
| |
|
inlinestatic |
◆ run()
template<typename Func >
static bool SDOM::UnitTests::run |
( |
const std::string & |
objName, |
|
|
const std::string & |
testName, |
|
|
Func && |
testFunc |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: