diff --git a/fluid-slider-example-simple-java/src/androidTest/java/com/ramotion/fluidslider/example/simple/java/ExampleInstrumentedTest.java b/fluid-slider-example-simple-java/src/androidTest/java/com/ramotion/fluidslider/example/simple/java/ExampleInstrumentedTest.java deleted file mode 100644 index acb7bfe..0000000 --- a/fluid-slider-example-simple-java/src/androidTest/java/com/ramotion/fluidslider/example/simple/java/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.ramotion.fluidslider.example.simple.java; - -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() { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getTargetContext(); - - assertEquals("com.ramotion.fluidslider.example.simple.java", appContext.getPackageName()); - } -} diff --git a/fluid-slider-example-simple-java/src/test/java/com/ramotion/fluidslider/example/simple/java/ExampleUnitTest.java b/fluid-slider-example-simple-java/src/test/java/com/ramotion/fluidslider/example/simple/java/ExampleUnitTest.java deleted file mode 100644 index 8049b59..0000000 --- a/fluid-slider-example-simple-java/src/test/java/com/ramotion/fluidslider/example/simple/java/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.ramotion.fluidslider.example.simple.java; - -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() { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file