| 42 | }; |
| 43 | |
| 44 | TEST(MemoryLeakWarningLocalDetectorTest, localDetectorReturnsNewGlobalWhenNoneWasSet) |
| 45 | { |
| 46 | MemoryLeakWarningPlugin memoryLeakWarningPlugin("TestMemoryLeakWarningPlugin", NULLPTR); |
| 47 | CHECK(NULLPTR != memoryLeakWarningPlugin.getMemoryLeakDetector()); |
| 48 | } |
| 49 | |
| 50 | TEST(MemoryLeakWarningLocalDetectorTest, localDetectorIsTheOneSpecifiedInConstructor) |
| 51 | { |
nothing calls this directly
no test coverage detected