CoinCounter/app/src/test/java/eu/m724/coincounter/ExampleUnitTest.kt
2024-07-23 08:08:58 +02:00

17 lines
No EOL
343 B
Kotlin

package eu.m724.coincounter
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)
}
}