Informations about a test.
More...
#include <shamtest/details/Test.hpp>
Informations about a test.
Definition at line 26 of file Test.hpp.
◆ Test()
| shamtest::details::Test::Test |
( |
const TestType & |
type, |
|
|
std::string |
name, |
|
|
const i32 & |
node_count, |
|
|
void(*)() |
func |
|
) |
| |
|
inline |
CTOR of the test.
Definition at line 33 of file Test.hpp.
◆ run()
Run the test.
Definition at line 24 of file Test.cpp.
◆ name
| std::string shamtest::details::Test::name |
Name of the test.
Definition at line 28 of file Test.hpp.
◆ node_count
| i32 shamtest::details::Test::node_count |
Node count of the test.
Definition at line 29 of file Test.hpp.
◆ test_functor
| void(* shamtest::details::Test::test_functor) () |
◆ type
Type of test.
Definition at line 27 of file Test.hpp.
The documentation for this struct was generated from the following files: