MCPcopy Create free account
hub / github.com/davisking/dlib / perform_test

Method perform_test

dlib/test/invoke.cpp:569–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567 {}
568
569 void perform_test(
570 )
571 {
572 test_functions();
573 test_lambdas();
574 test_member_functions_and_data();
575 test_return_types();
576 test_make_from_tuple();
577 test_invoke_r();
578 test_constexpr();
579 test_bind_front();
580 test_bind_back();
581 test_callable_traits::test();
582 }
583 } a;
584}

Callers

nothing calls this directly

Calls 10

test_functionsFunction · 0.85
test_lambdasFunction · 0.85
test_return_typesFunction · 0.85
test_make_from_tupleFunction · 0.85
test_invoke_rFunction · 0.85
test_constexprFunction · 0.85
test_bind_frontFunction · 0.85
test_bind_backFunction · 0.85
testFunction · 0.70

Tested by

no test coverage detected