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

Function main

test/source/tests/task_tests.cpp:657–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655using namespace concurrencpp::tests;
656
657int main() {
658 tester tester("task test");
659
660 tester.add_step("constructor", test_task_constructor);
661 tester.add_step("move constructor", test_task_move_constructor);
662 tester.add_step("destructor", test_task_destructor);
663 tester.add_step("operator()", test_task_call_operator);
664 tester.add_step("clear", test_task_clear);
665 tester.add_step("operator =", test_task_assignment_operator);
666
667 tester.launch_test();
668 return 0;
669}

Callers

nothing calls this directly

Calls 2

add_stepMethod · 0.80
launch_testMethod · 0.80

Tested by

no test coverage detected