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

Function main

test/source/tests/async_lock_tests.cpp:239–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237using namespace concurrencpp::tests;
238
239int main() {
240 tester tester("async_lock test");
241
242 tester.add_step("lock", test_async_lock_lock);
243 tester.add_step("try_lock", test_async_lock_try_lock);
244 tester.add_step("unlock", test_async_lock_unlock);
245 tester.add_step("lock + unlock", test_async_lock_lock_unlock);
246
247 tester.launch_test();
248 return 0;
249}

Callers

nothing calls this directly

Calls 2

add_stepMethod · 0.80
launch_testMethod · 0.80

Tested by

no test coverage detected