MOB-41 created a base for app that can launch authapp

This commit is contained in:
Henrik Lepson
2021-10-26 11:42:58 +03:00
parent 364fc7c45b
commit a9336b790f
44 changed files with 910 additions and 7 deletions

View File

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