]> jfr.im git - i.jfr.im-android.git/blame - app/src/test/java/im/jfr/i/ExampleUnitTest.kt
init
[i.jfr.im-android.git] / app / src / test / java / im / jfr / i / ExampleUnitTest.kt
CommitLineData
e9a08ae2
JR
1package im.jfr.i
2
3import org.junit.Test
4
5import org.junit.Assert.*
6
7/**
8 * Example local unit test, which will execute on the development machine (host).
9 *
10 * See [testing documentation](http://d.android.com/tools/testing).
11 */
12class ExampleUnitTest {
13 @Test
14 fun addition_isCorrect() {
15 assertEquals(4, 2 + 2)
16 }
17}