MCPcopy Create free account
hub / github.com/acl-dev/acl / test_report

Method test_report

app/net_tools/net_toolsDlg.cpp:906–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904}
905
906void Cnet_toolsDlg::test_report(const char* msg, unsigned nstep)
907{
908 m_wndMeterBar.GetProgressCtrl().SetPos(nstep);
909 m_wndMeterBar.SetText(msg, 1, 0);
910}
911
912void Cnet_toolsDlg::test_store(const char* dbpath)
913{

Callers 4

ping_reportMethod · 0.80
nslookup_reportMethod · 0.80
smtp_reportMethod · 0.80
pop3_reportMethod · 0.80

Calls 2

SetPosMethod · 0.45
SetTextMethod · 0.45

Tested by

no test coverage detected