File tree Expand file tree Collapse file tree
ext/junit/java/androidx/test/ext/junit/runners Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}.
You can’t perform that action at this time.
0 commit comments