MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / test_start

Method test_start

include/boost/test/unit_test_gui.hpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35{
36public:
37 virtual void test_start(counter_t test_cases_amount)
38 {
39 std::cout << "#start " << test_cases_amount << std::endl;
40 }
41
42 virtual void test_finish()
43 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected