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

Method test_task_assignment_operator

test/source/tests/task_tests.cpp:647–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645}
646
647void 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
655using namespace concurrencpp::tests;
656

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected