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

Method test_task_call_operator

test/source/tests/task_tests.cpp:576–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576void concurrencpp::tests::test_task_call_operator() {
577 test_task_call_operator_test_1();
578 test_task_call_operator_test_2();
579 test_task_call_operator_test_3();
580 test_task_call_operator_test_4();
581 test_task_call_operator_test_5();
582}
583
584void concurrencpp::tests::test_task_assignment_operator_empty_to_empty() {
585 task t1, t2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected