Base code for Amethyst

This commit is contained in:
Vitor Pamplona
2023-01-11 13:31:20 -05:00
parent 99614f07e4
commit 7ccae7b7c3
210 changed files with 9483 additions and 0 deletions
@@ -0,0 +1,17 @@
package com.vitorpamplona.amethyst
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)
}
}