Index: device/bluetooth/README.md |
diff --git a/device/bluetooth/README.md b/device/bluetooth/README.md |
index f3c0ed8939fe811a3fa248b596cae8c584f85e38..74ede2c439599ca5dd5451351c28216c6625a58a 100644 |
--- a/device/bluetooth/README.md |
+++ b/device/bluetooth/README.md |
@@ -49,6 +49,12 @@ Known future work is tracked in the |
Implementation of the Bluetooth component is tested via unittests. Client code |
uses Mock Bluetooth objects: |
+### Mojo Testing Interface |
+A Mojo Testing Interface is defined at |
+`src/device/bluetooth/public/interfaces/test/fake_bluetooth.mojom`. |
+Clients can use this interface to control a fake implementation of the non-mojo |
+C++ Bluetooth interface. The implementation of this test interface lives at |
+`src/device/bluetooth/test/`. |
scheib
2017/04/08 00:59:50
Link to src/device/bluetooth/public/interfaces/tes
ortuno
2017/04/10 01:47:49
See reply in fake_bluetooth.mojom
ortuno
2017/04/12 05:49:06
Done.
|
### Cross Platform Unit Tests |