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 597 del file tests.h.

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

Referenzia methods, e name.

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