| 574 | } |
| 575 | |
| 576 | void 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 | |
| 584 | void concurrencpp::tests::test_task_assignment_operator_empty_to_empty() { |
| 585 | task t1, t2; |
nothing calls this directly
no outgoing calls
no test coverage detected