MCPcopy Create free account
hub / github.com/SOUI2/soui / testCount

Method testCount

third-part/jsoncpp/src/test_lib_json/jsontest.cpp:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239unsigned int Runner::testCount() const {
240 return static_cast<unsigned int>(tests_.size());
241}
242
243JSONCPP_STRING Runner::testNameAt(unsigned int index) const {
244 TestCase* test = tests_[index]();

Callers 1

runCommandLineMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected