add aod parser

This commit is contained in:
2020-10-08 22:20:20 +02:00
parent 0589a75180
commit d0e09bf4e2
57 changed files with 1408 additions and 0 deletions

View File

@ -0,0 +1,17 @@
package org.mosad.teapod
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)
}
}