Elaboradar 0.1
|
◆ add_method() [2/2]
template<typename FIXTURE >
template<typename ... Args>
Register a new test method that takes a reference to the fixture as argument. Definizione alla linea 701 del file tests.h. 702 {
704 }
TestMethod & add_method(const std::string &name) Register a new test method, with the actual test function to be added later. Definition: tests.h:598 Referenzia radarelab::utils::tests::TestCase::add_method(), e radarelab::utils::tests::TestCase::name. |