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

Method test_step

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

Source from the content-addressed store, hash-verified

8using namespace std::chrono;
9
10test_step::test_step(const char* step_name, std::function<void()> callable) : m_step_name(step_name), m_step(std::move(callable)) {}
11
12void test_step::launch_test_step() noexcept {
13 const auto test_start_time = system_clock::now();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected