Files
Mealient/app/src/test/java/gq/kirmanak/mealie/ExampleUnitTest.kt
Kirill Kamakin 8bae6205b9 Initial commit
This commit contains Fragment + ViewModel template from Android Studio
2021-11-13 15:09:26 +03:00

17 lines
342 B
Kotlin

package gq.kirmanak.mealie
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)
}
}