crayzeewulf / libserial

Serial Port Programming in C++
BSD 3-Clause "New" or "Revised" License
415 stars 142 forks source link

Regroup SerialPort Class Set/Get methods and add previously omitted unit tests. #76

Closed mcsauder closed 7 years ago

mcsauder commented 7 years ago

Hi CrayzeeWulf,

This PR mirrors PR#75 against the master branch by aligning unit tests such that one unit test exists for each method. This PR re-groups a few of the Set/Get methods in SerialPort Class (cut/paste) to make it more identifiable in the future if omission of a unit test had occurred.

Please let me know if you have any questions for me about this PR!

-Mark