Elaboradar
0.1
Pagina Principale
Moduli
Namespace
Classi
File
Tutto
Classi
Namespace
File
Funzioni
Variabili
Tipi enumerati (enum)
Gruppi
radarelab
utils
tests
TestCase
add_method
add_method
add_method
method_setup
method_teardown
methods
name
register_tests
register_tests_once
run_test
run_tests
setup
teardown
tests_registered
template<typename... Args>
TestMethod
& radarelab::utils::tests::TestCase::add_method
(
const std::string &
name
,
std::function< void()>
test_function
)
inline
Register a new test method.
Definizione alla linea
742
del file
tests.h
.
Referenzia
methods
.
743
{
744
methods
.emplace_back(
name
, test_function);
745
return
methods
.back();
746
}
radarelab::utils::tests::TestCase::methods
std::vector< TestMethod > methods
All registered test methods.
Definition:
tests.h:658
radarelab::utils::tests::TestCase::name
std::string name
Name of the test case.
Definition:
tests.h:655
Generato Sab 27 Nov 2021 23:14:10 per Elaboradar da
1.8.5