| 117 | |
| 118 | template <typename T> |
| 119 | void TestWriteRead(T expected) { |
| 120 | EXPECT_EQ(expected, TestRead<T>(OCWrite<T>(expected))); |
| 121 | } |
| 122 | |
| 123 | // Verifies that the second Write* call appends a non-empty string to its |
| 124 | // output. |
no outgoing calls
no test coverage detected