MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / GetTestParamHash

Function GetTestParamHash

tests/common/ValueTests.hpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141template<class P>
142std::string GetTestParamHash(const ::testing::WithParamInterface<P> &info)
143{
144 return detail::GetTestParamHashHelper(info.GetParam());
145}
146
147// We don't use googletest's default test suffix generator (that ascending number)
148// because they aren't tied with the test parameter. If some platform doesn't have

Callers

nothing calls this directly

Calls 1

GetTestParamHashHelperFunction · 0.85

Tested by

no test coverage detected