Browse Source

Remove unused test cases

pull/1/head
Malte Schmitz 7 years ago
parent
commit
e42143d891
2 changed files with 0 additions and 41 deletions
  1. +0
    -24
      app/src/androidTest/java/de/mlte/soundboard/ExampleInstrumentedTest.kt
  2. +0
    -17
      app/src/test/java/de/mlte/soundboard/ExampleUnitTest.kt

+ 0
- 24
app/src/androidTest/java/de/mlte/soundboard/ExampleInstrumentedTest.kt View File

@@ -1,24 +0,0 @@
package de.mlte.soundboard

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("de.mlte.soundboard", appContext.packageName)
}
}

+ 0
- 17
app/src/test/java/de/mlte/soundboard/ExampleUnitTest.kt View File

@@ -1,17 +0,0 @@
package de.mlte.soundboard

import org.junit.Test

import org.junit.Assert.*

/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}

Loading…
Cancel
Save