base class for all Tests
More...
#include <test_system.hpp>
base class for all Tests
- Author
- Dirk Ribbrock
Definition at line 225 of file test_system.hpp.
◆ UnitTest()
◆ ~UnitTest()
| virtual FEAT::TestSystem::UnitTest::~UnitTest |
( |
| ) |
|
|
inlinevirtual |
◆ check()
| virtual void FEAT::TestSystem::UnitTest::check |
( |
const char *const |
function, |
|
|
const char *const |
file, |
|
|
const long |
line, |
|
|
bool |
was_ok, |
|
|
const String & |
message |
|
) |
| const |
|
inlinevirtual |
◆ get_datatype_name()
| virtual String FEAT::TestSystem::UnitTest::get_datatype_name |
( |
| ) |
|
|
inlinevirtual |
◆ get_index_name()
| virtual String FEAT::TestSystem::UnitTest::get_index_name |
( |
| ) |
|
|
inlinevirtual |
◆ get_preferred_backend()
| virtual PreferredBackend FEAT::TestSystem::UnitTest::get_preferred_backend |
( |
| ) |
const |
|
inlinevirtual |
◆ get_preferred_backend_name()
| virtual String FEAT::TestSystem::UnitTest::get_preferred_backend_name |
( |
| ) |
const |
|
inlinevirtual |
◆ id()
| virtual const String FEAT::TestSystem::UnitTest::id |
( |
| ) |
const |
|
inlinevirtual |
◆ run()
| virtual void FEAT::TestSystem::UnitTest::run |
( |
| ) |
const |
|
pure virtual |
runs the test case
Called by unittest framework only.
◆ _datatype_name
| String FEAT::TestSystem::UnitTest::_datatype_name |
|
protected |
◆ _id
| const String FEAT::TestSystem::UnitTest::_id |
|
protected |
◆ _index_name
| String FEAT::TestSystem::UnitTest::_index_name |
|
protected |
◆ _preferred_backend
The documentation for this class was generated from the following file: