You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TestConfigurationSample/app/src/androidTest/java/com/example/android/testing/testconfigurationsample/MainActivityLargeScreenTests.kt
Copy file name to clipboardExpand all lines: TestConfigurationSample/app/src/androidTest/java/com/example/android/testing/testconfigurationsample/MainActivityTests.kt
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,13 @@ class MainActivityTests {
58
58
assertTrue(true)
59
59
}
60
60
61
+
@Test
62
+
funsampleTest5() {
63
+
// Add instrumented tests here
64
+
runBlocking { delay(10000) }
65
+
assertTrue(true)
66
+
}
67
+
61
68
/**
62
69
* When you find an issue with a specific device or API level,
63
70
* you can create an annotation for it and add it to your test.
0 commit comments