Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
239
unsigned int Runner::testCount() const {
240
return static_cast<unsigned int>(tests_.size());
241
}
242
243
JSONCPP_STRING Runner::testNameAt(unsigned int index) const {
244
TestCase* test = tests_[index]();
Callers
1
runCommandLine
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected