Files
LightMeter/app/src/test/java/eu/wa5p/lightmeter/ExampleUnitTest.kt
T
jona 886357a34d Initial Commit
As of now, only the illuminance value itself is beeing updated, no calculations are done.
2024-08-05 19:47:15 +02:00

17 lines
342 B
Kotlin

package eu.wa5p.lightmeter
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)
}
}