Elaboradar  0.1

◆ add_method() [1/3]

TestMethod& radarelab::utils::tests::TestCase::add_method ( const std::string &  name)
inline

Register a new test method, with the actual test function to be added later.

Definizione alla linea 598 del file tests.h.

599  {
600  methods.emplace_back(name);
601  return methods.back();
602  }
std::vector< TestMethod > methods
All registered test methods.
Definition: tests.h:528
std::string name
Name of the test case.
Definition: tests.h:525

Referenzia methods, e name.

Referenziato da radarelab::utils::tests::FixtureTestCase< FIXTURE >::add_method().