blob: 49af85f01c81b7288e9e4fe967eb78b60f8719e1 [file] [log] [blame] [view]
# bt-fidl-mocks
This library provides light weight mocks of Fuchsia SDK Bluetooth FIDL protocols to facilitate
unit testing of clients. The emulation of the interfaces is minimal and requires the test authors to
drive the state and behavior of each protocol by setting up expectations on individual FIDL calls.
## Test
```
fx test bt-fidl-mocks-unittests
```