MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / tester

Method tester

test/source/infra/tester.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22tester::tester(const char* test_name) noexcept : m_test_name(test_name) {}
23
24void tester::add_step(const char* step_name, std::function<void()> callable) {
25 m_steps.emplace_back(step_name, std::move(callable));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected