Tests that make sense:
- FlutterBle mixins (tests of bridge to native with mocking Method/Event channels)
- Tests for json parsing (
fromJson() constructors of public classes: Peripheral, Service, Characteristic, Descriptor - ScanResult is already done)
Most of them are non-trivial and since we're not able to test the correctness of communication between MBA and the library I recommend we address this issue last.
Tests that make sense:
fromJson()constructors of public classes: Peripheral, Service, Characteristic, Descriptor - ScanResult is already done)Most of them are non-trivial and since we're not able to test the correctness of communication between MBA and the library I recommend we address this issue last.