From e398bc3007a7d02f432d2f368369e9bf05cd7d7b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 16 Aug 2018 16:07:33 +0200 Subject: Synced file types --- .../com/no_name/no_name/ExampleInstrumentedTest.kt | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/src/androidTest/java/com/no_name/no_name/ExampleInstrumentedTest.kt (limited to 'app/src/androidTest') diff --git a/app/src/androidTest/java/com/no_name/no_name/ExampleInstrumentedTest.kt b/app/src/androidTest/java/com/no_name/no_name/ExampleInstrumentedTest.kt new file mode 100644 index 0000000..5fa842e --- /dev/null +++ b/app/src/androidTest/java/com/no_name/no_name/ExampleInstrumentedTest.kt @@ -0,0 +1,24 @@ +package com.no_name.no_name + +import android.support.test.InstrumentationRegistry +import android.support.test.runner.AndroidJUnit4 + +import org.junit.Test +import org.junit.runner.RunWith + +import org.junit.Assert.* + +/** + * Instrumented test, which will execute on an Android device. + * + * See [testing documentation](http://d.android.com/tools/testing). + */ +@RunWith(AndroidJUnit4::class) +class ExampleInstrumentedTest { + @Test + fun useAppContext() { + // Context of the app under test. + val appContext = InstrumentationRegistry.getTargetContext() + assertEquals("com.no_name.no_name", appContext.packageName) + } +} -- cgit v1.2.3