Skip to content

Commit d856c36

Browse files
kluevercopybara-androidxtest
authored andcommitted
Fix typos in AndroidJUnit4 javadocs.
PiperOrigin-RevId: 923376881
1 parent d1c8377 commit d856c36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ext/junit/java/androidx/test/ext/junit/runners/AndroidJUnit4.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
*
3737
* <ul>
3838
* <li>Supports running on Robolectric. This implementation will delegate to RobolectricTestRunner
39-
* if test is running in Robolectric enviroment. A custom runner can be provided by specifying
40-
* the full class name in a 'android.junit.runner' system property.
41-
* <li>Supports a per-test timeout - specfied via a 'timeout_msec' {@link
39+
* if test is running in Robolectric environment. A custom runner can be provided by
40+
* specifying the full class name in a 'android.junit.runner' system property.
41+
* <li>Supports a per-test timeout - specified via a 'timeout_msec' {@link
4242
* androidx.test.runner.AndroidJUnitRunner} argument.
4343
* <li>Supports running tests on the application's UI Thread, for tests annotated with {@link
4444
* androidx.test.annotation.UiThreadTest}.

0 commit comments

Comments
 (0)