Change root package

This commit is contained in:
2020-05-19 18:32:33 +02:00
parent 51d0e698c7
commit d1ea5641df
39 changed files with 118 additions and 119 deletions

View File

@@ -0,0 +1,16 @@
package com.bartlomiejpluta
import org.junit.Assert.assertEquals
import org.junit.Test
/**
* 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)
}
}