]> piware.de Git - android-PittiHelloWorld.git/blob - app/src/test/java/com/example/pittihelloworld/ExampleUnitTest.kt
Initial hello world
[android-PittiHelloWorld.git] / app / src / test / java / com / example / pittihelloworld / ExampleUnitTest.kt
1 package com.example.pittihelloworld
2
3 import org.junit.Test
4
5 import 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  */
12 class ExampleUnitTest {
13     @Test
14     fun addition_isCorrect() {
15         assertEquals(4, 2 + 2)
16     }
17 }