Open sureshjoshi opened 6 years ago
Right now, SwiftyTeeth/Device shouldn't be directly used in unit tests - because of the clumsy mocking that would be necessary.
Would be nice to have a Mock/Test object which could be used in its place
RxTest might be a good inspiration for some possibilities
Node-serialport has mocks, retrofit has mocks, need to get some inspiration
Right now, SwiftyTeeth/Device shouldn't be directly used in unit tests - because of the clumsy mocking that would be necessary.
Would be nice to have a Mock/Test object which could be used in its place