Files
librepods/android/app/src/test/java/me/kavishdevar/aln/ExampleUnitTest.kt
T
2024-10-07 23:21:15 +05:30

17 lines
342 B
Kotlin

package me.kavishdevar.aln
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)
}
}