| 36 | }; |
| 37 | |
| 38 | TEST_F(MemoryTests, |
| 39 | GetTotalSystemMemoryReturnsNonZeroSize) { |
| 40 | auto size = getTotalSystemMemory(); |
| 41 | |
| 42 | ASSERT_GT(size, 0); |
| 43 | } |
| 44 | |
| 45 | TEST_F(MemoryTests, |
| 46 | LimitSystemMemoryReturnsTrueWhenLimitingTotalSystemMemoryToNonZeroSize) { |
nothing calls this directly
no test coverage detected