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

Function main

test/source/tests/executor_tests/inline_executor_tests.cpp:340–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338using namespace concurrencpp::tests;
339
340int main() {
341 tester tester("inline_executor test");
342
343 tester.add_step("name", test_inline_executor_name);
344 tester.add_step("shutdown", test_inline_executor_shutdown);
345 tester.add_step("max_concurrency_level", test_inline_executor_max_concurrency_level);
346 tester.add_step("post", test_inline_executor_post);
347 tester.add_step("submit", test_inline_executor_submit);
348 tester.add_step("bulk_post", test_inline_executor_bulk_post);
349 tester.add_step("bulk_submit", test_inline_executor_bulk_submit);
350
351 tester.launch_test();
352 return 0;
353}

Callers

nothing calls this directly

Calls 2

add_stepMethod · 0.80
launch_testMethod · 0.80

Tested by

no test coverage detected