| 85 | }; |
| 86 | |
| 87 | TEST(TestOutput, PrintConstCharStar) |
| 88 | { |
| 89 | printer->print("hello"); |
| 90 | printer->print("hello\n"); |
| 91 | STRCMP_EQUAL("hellohello\n", mock->getOutput().asCharString()); |
| 92 | } |
| 93 | |
| 94 | TEST(TestOutput, PrintLong) |
| 95 | { |
nothing calls this directly
no test coverage detected