Skip to content

Commit

Permalink
Fix link mistake in junit4 doc
Browse files Browse the repository at this point in the history
Review-Url: https://codereview.chromium.org/2749083002
Cr-Commit-Position: refs/heads/master@{#456831}
  • Loading branch information
yolandyan authored and Commit bot committed Mar 14, 2017
1 parent b1a39b1 commit 06413d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/android/docs/junit4.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ JUnit4:
- `//third_party/android_support_test_runner:runner_java` (for `AndroidJUnitRunner`, etc)
- `//third_party/android_support_test_runner:rules_java` (for `ActivityTestRule`, etc)
2. Add class runner to your test apk manifest.
([example][3])
([example][2])
- Keep in mind you can have multiple instrumentations in your manifest. Our
test runner will run JUnit4 tests with JUnit4 runner and JUnit3 tests
with non-JUnit4 runner.
Expand Down

0 comments on commit 06413d8

Please sign in to comment.