MCPcopy Create free account
hub / github.com/crayzeewulf/libserial / TEST_F

Function TEST_F

test/UnitTests.cpp:115–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115TEST_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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected