Dateien hinzugefügt

This commit is contained in:
2026-03-11 10:58:17 +01:00
parent 238791a2c2
commit 418d25a781
45 changed files with 1084 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
package com.example.jarvis_stts
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)
}
}