basic Android app setup

This commit is contained in:
Clara Dautermann 2025-05-03 19:49:44 +02:00
parent 8a0824a846
commit 86263a94cd
Signed by: clara
GPG key ID: 223391B52FAD4463
61 changed files with 1556 additions and 0 deletions

View file

@ -0,0 +1,17 @@
package de.cdaut.dbt
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)
}
}