| 81 | }; |
| 82 | |
| 83 | TEST(MockNamedValueHandlerRepository, getComparatorForNonExistingName) |
| 84 | { |
| 85 | MockNamedValueComparatorsAndCopiersRepository repository; |
| 86 | POINTERS_EQUAL(NULLPTR, repository.getComparatorForType("typeName")); |
| 87 | } |
| 88 | |
| 89 | TEST(MockNamedValueHandlerRepository, installComparator) |
| 90 | { |
nothing calls this directly
no test coverage detected