diff --git a/pickerviews/app/src/androidTest/java/com/andylidong/pickerDemo/ExampleInstrumentedTest.java b/pickerviews/app/src/androidTest/java/com/andylidong/pickerDemo/ExampleInstrumentedTest.java deleted file mode 100644 index 89d1463..0000000 --- a/pickerviews/app/src/androidTest/java/com/andylidong/pickerDemo/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.andylidong.pickerDemo; - -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.*; - -/** - * Instrumentation 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("com.andylidong.pickerDemo", appContext.getPackageName()); - } -} diff --git a/pickerviews/app/src/test/java/com/andylidong/pickerDemo/ExampleUnitTest.java b/pickerviews/app/src/test/java/com/andylidong/pickerDemo/ExampleUnitTest.java deleted file mode 100644 index 2d0028c..0000000 --- a/pickerviews/app/src/test/java/com/andylidong/pickerDemo/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.andylidong.pickerDemo; - -import org.junit.Test; - -import static org.junit.Assert.*; - -/** - * Example local unit test, which will execute on the development machine (host). - * - * @see Testing documentation - */ -public class ExampleUnitTest { - @Test - public void addition_isCorrect() throws Exception { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file