From 508737fb42dcaad57bba731a7acee6a4b6efcfcd Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Tue, 13 Oct 2020 13:06:33 +0100 Subject: [PATCH] Removal of redundant files --- .idea/vcs.xml | 6 +++++ .../movielisttest/ExampleInstrumentedTest.kt | 22 ------------------- .../data/room/MoviesRoomDatabaseTest.kt | 2 -- 3 files changed, 6 insertions(+), 24 deletions(-) create mode 100644 .idea/vcs.xml delete mode 100644 app/src/androidTest/java/com/example/h_mal/movielisttest/ExampleInstrumentedTest.kt delete mode 100644 app/src/test/java/com/example/h_mal/movielisttest/data/room/MoviesRoomDatabaseTest.kt diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/androidTest/java/com/example/h_mal/movielisttest/ExampleInstrumentedTest.kt b/app/src/androidTest/java/com/example/h_mal/movielisttest/ExampleInstrumentedTest.kt deleted file mode 100644 index cffc845..0000000 --- a/app/src/androidTest/java/com/example/h_mal/movielisttest/ExampleInstrumentedTest.kt +++ /dev/null @@ -1,22 +0,0 @@ -package com.example.h_mal.movielisttest - -import androidx.test.ext.junit.runners.AndroidJUnit4 -import androidx.test.platform.app.InstrumentationRegistry -import org.junit.Assert.assertEquals -import org.junit.Test -import org.junit.runner.RunWith - -/** - * 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.getInstrumentation().targetContext - assertEquals("com.example.h_mal.movielisttest", appContext.packageName) - } -} \ No newline at end of file diff --git a/app/src/test/java/com/example/h_mal/movielisttest/data/room/MoviesRoomDatabaseTest.kt b/app/src/test/java/com/example/h_mal/movielisttest/data/room/MoviesRoomDatabaseTest.kt deleted file mode 100644 index 51141f4..0000000 --- a/app/src/test/java/com/example/h_mal/movielisttest/data/room/MoviesRoomDatabaseTest.kt +++ /dev/null @@ -1,2 +0,0 @@ -package com.example.h_mal.movielisttest.data.room -