You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would really help us with our testing if we could make our own implementation of Peripheral to test against.
With Peripheral being a public interface, we are so close to being able to fully mock the device we're connecting to. However, DiscoveredService is platform specific, which interferes with attempts to mock it.
I would like DiscoveredService and DiscoveredCharacteristic to be interfaces such that they can be mocked, if it is possible.
Thanks! This library is pretty awesome for our use so far!
The text was updated successfully, but these errors were encountered:
It would really help us with our testing if we could make our own implementation of
Peripheral
to test against.With
Peripheral
being a public interface, we are so close to being able to fully mock the device we're connecting to. However,DiscoveredService
is platform specific, which interferes with attempts to mock it.I would like
DiscoveredService
andDiscoveredCharacteristic
to be interfaces such that they can be mocked, if it is possible.Thanks! This library is pretty awesome for our use so far!
The text was updated successfully, but these errors were encountered: