Files
DishMatch/app/src/test/java/com/shuwei/dish/match/ExampleUnitTest.kt
T
2025-08-11 18:32:04 +08:00

17 lines
345 B
Kotlin

package com.shuwei.dish.match
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)
}
}