Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2594)

Unified Diff: device/bluetooth/README.md

Issue 2737343003: bluetooth: Add FakeBluetooth interface (Closed)
Patch Set: Fix windows Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698