Elaboradar  0.1
 Tutto Classi Namespace File Funzioni Variabili Tipi enumerati (enum) Gruppi
void radarelab::utils::tests::TestRegistry::iterate_test_methods ( std::function< void(const TestCase &, const TestMethod &)>  )

Iterate on all test methods known by this registry.

This method does not change the tests, but it cannot be const because it calls register_tests_once on each TestCase.