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

Unified Diff: device/bluetooth/test/README.md

Issue 2866823002: bluetooth: README files updated to improve cross-linking. (Closed)
Patch Set: merge TOT Created 3 years, 7 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/test/README.md
diff --git a/device/bluetooth/test/README.md b/device/bluetooth/test/README.md
index e71787c61705270056b91ef0a1051be0de2b6e33..70982e8943183c41929d06b2eaa93e97f8a35428 100644
--- a/device/bluetooth/test/README.md
+++ b/device/bluetooth/test/README.md
@@ -1,10 +1,12 @@
-# Testing
+# Bluetooth Testing
Implementation of the Bluetooth component is tested via unittests. Client code
uses Mock Bluetooth objects:
+
## Mojo Testing Interface Implementation
-See [//public/interfaces/test/README.md](//device/bluetooth/public/interfaces/test/README.md)
+
+See [bluetooth/public/interfaces/test](/device/bluetooth/public/interfaces/test)
for details about the interface. The current implementation of this interface
creates a fake implementation of the current non-mojo C++ Bluetooth interface.
This interface is implemented across files with a "fake_" prefix.
@@ -12,6 +14,7 @@ This interface is implemented across files with a "fake_" prefix.
Web Bluetooth remains its only client. Testing code would implement the service
as needed for tests.*
+
## Cross Platform Unit Tests
New feature development uses cross platform unit tests. This reduces test code
@@ -29,6 +32,7 @@ operating system APIs as possible.
[More testing information](https://docs.google.com/document/d/1mBipxn1sJu6jMqP0RQZpkYXC1o601bzLCpCxwTA2yGA/edit?usp=sharing)
+
## Legacy Platform Specific Unit Tests
Early code (Classic on most platforms, and Low Energy on BlueZ) was tested with
« no previous file with comments | « device/bluetooth/public/interfaces/test/README.md ('k') | third_party/WebKit/Source/modules/bluetooth/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698