EtchDroid/app/src/test/java/eu/depau/etchdroid/ExampleUnitTest.kt

17 lines
353 B
Kotlin
Raw Normal View History

2018-08-15 17:04:45 +00:00
package eu.depau.etchdroid
2018-08-12 14:33:11 +00:00
2018-08-15 17:06:50 +00:00
import org.junit.Assert.assertEquals
2018-08-12 14:33:11 +00:00
import org.junit.Test
/**
* 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)
}
}