MCPcopy Create free account
hub / github.com/cpputest/cpputest / TEST

Function TEST

tests/CppUTestExt/MockExpectedCallTest.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81};
82
83TEST(MockNamedValueHandlerRepository, getComparatorForNonExistingName)
84{
85 MockNamedValueComparatorsAndCopiersRepository repository;
86 POINTERS_EQUAL(NULLPTR, repository.getComparatorForType("typeName"));
87}
88
89TEST(MockNamedValueHandlerRepository, installComparator)
90{

Callers

nothing calls this directly

Calls 15

getComparatorForTypeMethod · 0.80
getCopierForTypeMethod · 0.80
asCharStringMethod · 0.80
getInputParameterTypeMethod · 0.80
getIntValueMethod · 0.80
getInputParameterMethod · 0.80
getUnsignedIntValueMethod · 0.80
callToStringMethod · 0.80
getBoolValueMethod · 0.80
getLongIntValueMethod · 0.80

Tested by

no test coverage detected