created project

This commit is contained in:
reyniersbram 2023-03-25 16:16:15 +01:00
parent eb040959db
commit 96a71725b0
43 changed files with 927 additions and 0 deletions

View file

@ -0,0 +1,17 @@
package be.ugent.sel.studeez
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)
}
}