splendo / kaluga

Collection of multiplatform kotlin components, mainly using coroutines and flow
Apache License 2.0
306 stars 7 forks source link

Make MockDevice connectable #750

Closed avdyushin closed 9 months ago

avdyushin commented 10 months ago

Is your feature request related to a problem? Please describe. Currently MockDevice is used as a placeholder where Device needed, however it's more flexible to have it actually connectable/disconnectable to simulate device in unit tests

Describe the solution you'd like Add support to connect to the MockDevice

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.