From 019522cc93d947b5075ca90547b9e13f08787739 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Thu, 3 Aug 2017 15:12:06 +0800 Subject: First Commit --- .../ExampleInstrumentedTest.java | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app/src/androidTest/java/top/trumeet/snippet/setupwizardlibcompat/ExampleInstrumentedTest.java (limited to 'app/src/androidTest/java/top/trumeet/snippet') diff --git a/app/src/androidTest/java/top/trumeet/snippet/setupwizardlibcompat/ExampleInstrumentedTest.java b/app/src/androidTest/java/top/trumeet/snippet/setupwizardlibcompat/ExampleInstrumentedTest.java new file mode 100644 index 0000000..9ee7f03 --- /dev/null +++ b/app/src/androidTest/java/top/trumeet/snippet/setupwizardlibcompat/ExampleInstrumentedTest.java @@ -0,0 +1,26 @@ +package top.trumeet.snippet.setupwizardlibcompat; + +import android.content.Context; +import android.support.test.InstrumentationRegistry; +import android.support.test.runner.AndroidJUnit4; + +import org.junit.Test; +import org.junit.runner.RunWith; + +import static org.junit.Assert.*; + +/** + * Instrumented test, which will execute on an Android device. + * + * @see Testing documentation + */ +@RunWith(AndroidJUnit4.class) +public class ExampleInstrumentedTest { + @Test + public void useAppContext() throws Exception { + // Context of the app under test. + Context appContext = InstrumentationRegistry.getTargetContext(); + + assertEquals("top.trumeet.snippet.setupwizardlibcompat", appContext.getPackageName()); + } +} -- cgit v1.2.3-70-g09d2