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
{{ message }}
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: projects/ConstraintLayoutValidation/app/src/androidTest/java/androidx/constraintlayout/validation/SampleTest.kt
Copy file name to clipboardExpand all lines: projects/MotionLayoutVerification/app/src/androidTest/java/androidx/constraintlayout/validation/SampleTest.kt
+3-2
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,12 @@ import org.junit.Assert.*
14
14
* See [testing documentation](http://d.android.com/tools/testing).
15
15
*/
16
16
@RunWith(AndroidJUnit4::class)
17
-
classExampleInstrumentedTest {
17
+
classSampleTest {
18
+
18
19
@Test
19
20
funuseAppContext() {
20
21
// Context of the app under test.
21
22
val appContext =InstrumentationRegistry.getInstrumentation().targetContext
0 commit comments