OLD | NEW |
1 # Android Testing in Chromium | 1 # Android Testing in Chromium |
2 | 2 |
3 ## How do I... | 3 ## How do I... |
4 | 4 |
5 - **set up** | 5 - **set up** |
6 - [... set up a device for local testing?](/testing/android/docs/todo.md) | 6 - [... set up a device for local testing?](/testing/android/docs/todo.md) |
7 - [... set up an emulator for local testing?](/testing/android/docs/todo.md) | 7 - [... set up an emulator for local testing?](/testing/android/docs/todo.md) |
8 - **writing tests** | 8 - **writing tests** |
9 - [... write an instrumentation test?](/testing/android/docs/instrumentation
.md) | 9 - [... write an instrumentation test?](/testing/android/docs/instrumentation
.md) |
10 - [... write a Robolectric test?](/testing/android/docs/todo.md) | 10 - [... write a Robolectric test?](/testing/android/docs/todo.md) |
11 - **running tests** | 11 - **running tests** |
12 - [... run a gtest?](/testing/android/docs/todo.md) | 12 - [... run a gtest?](/testing/android/docs/todo.md) |
13 - [... run an instrumentation test?](/testing/android/docs/todo.md) | 13 - [... run an instrumentation test?](/testing/android/docs/todo.md) |
14 - [... run a Robolectric test?](/testing/android/docs/todo.md) | 14 - [... run a Robolectric test?](/testing/android/docs/todo.md) |
15 - [... run the blink layout tests?](https://sites.google.com/a/chromium.org/
dev/developers/testing/webkit-layout-tests) | 15 - [... run the blink layout tests?](/testing/layout_tests.md) |
16 - [... run a telemetry test?](/testing/android/docs/todo.md) | 16 - [... run a telemetry test?](/testing/android/docs/todo.md) |
17 - **miscellaneous** | 17 - **miscellaneous** |
18 - [... use code coverage for Java tests?](/build/android/docs/coverage.md) | 18 - [... use code coverage for Java tests?](/build/android/docs/coverage.md) |
19 | 19 |
20 ## How does it work on Android? | 20 ## How does it work on Android? |
21 | 21 |
22 - [gtests](/testing/android/docs/gtest_implementation.md) | 22 - [gtests](/testing/android/docs/gtest_implementation.md) |
23 - [instrumentation tests](/testing/android/docs/todo.md) | 23 - [instrumentation tests](/testing/android/docs/todo.md) |
24 - [junit tests](/testing/android/docs/todo.md) | 24 - [junit tests](/testing/android/docs/todo.md) |
OLD | NEW |