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

Method perform_test

dlib/test/bridge.cpp:232–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 {}
231
232 void perform_test (
233 )
234 {
235 dlog << LINFO << "testing bridge, using local port number of " << testing_port;
236
237 print_spinner();
238 do_test1();
239 print_spinner();
240 do_test2();
241 print_spinner();
242 do_test3();
243 print_spinner();
244 do_test4();
245 print_spinner();
246 for (int i = 0; i < 5; ++i)
247 do_test5(i);
248 do_test5_5(1);
249 print_spinner();
250 do_test6();
251 }
252 } a;
253
254

Callers

nothing calls this directly

Calls 8

print_spinnerFunction · 0.85
do_test1Function · 0.85
do_test3Function · 0.85
do_test4Function · 0.85
do_test5Function · 0.85
do_test5_5Function · 0.85
do_test6Function · 0.85
do_test2Function · 0.70

Tested by

no test coverage detected