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

Method perform_test

dlib/test/optional.cpp:453–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451 {}
452
453 void perform_test (
454 )
455 {
456 test_optional_int();
457 test_optional_int_constexpr();
458 test_optional_int_monads();
459 test_optional_int_constexpr_monads();
460 test_constructors();
461 test_emplace();
462 test_make_optional();
463 }
464 } a;
465}

Callers

nothing calls this directly

Calls 7

test_optional_intFunction · 0.85
test_optional_int_monadsFunction · 0.85
test_constructorsFunction · 0.85
test_emplaceFunction · 0.85
test_make_optionalFunction · 0.85

Tested by

no test coverage detected