Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
*
* <ul>
* <li>Supports running on Robolectric. This implementation will delegate to RobolectricTestRunner
* if test is running in Robolectric enviroment. A custom runner can be provided by specifying
* the full class name in a 'android.junit.runner' system property.
* <li>Supports a per-test timeout - specfied via a 'timeout_msec' {@link
* if test is running in Robolectric environment. A custom runner can be provided by
* specifying the full class name in a 'android.junit.runner' system property.
* <li>Supports a per-test timeout - specified via a 'timeout_msec' {@link
* androidx.test.runner.AndroidJUnitRunner} argument.
* <li>Supports running tests on the application's UI Thread, for tests annotated with {@link
* androidx.test.annotation.UiThreadTest}.
Expand Down
Loading