| 645 | } |
| 646 | |
| 647 | void concurrencpp::tests::test_task_assignment_operator() { |
| 648 | test_task_assignment_operator_empty_to_empty(); |
| 649 | test_task_assignment_operator_empty_to_non_empty(); |
| 650 | test_task_assignment_operator_non_empty_to_empty(); |
| 651 | test_task_assignment_operator_non_empty_to_non_empty(); |
| 652 | test_task_assignment_operator_to_self(); |
| 653 | } |
| 654 | |
| 655 | using namespace concurrencpp::tests; |
| 656 |
nothing calls this directly
no outgoing calls
no test coverage detected