Tommaso Berlose 13ba1e3281 First Commit
2017-10-06 18:13:30 +02:00

18 lines
357 B
Kotlin

package com.tommasoberlose.anotherwidget
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)
}
}