| 113 | } |
| 114 | |
| 115 | TEST_F(UnitTests, testSerialStreamToSerialPortReadWrite) |
| 116 | { |
| 117 | SCOPED_TRACE("Serial Stream To Serial Port Read and Write Test") ; |
| 118 | |
| 119 | for (size_t i = 0; i < TEST_ITERATIONS; i++) |
| 120 | { |
| 121 | testSerialStreamToSerialPortReadWrite() ; |
| 122 | } |
| 123 | } |
nothing calls this directly
no outgoing calls
no test coverage detected