Initial working proof-of-concept for android.

This commit is contained in:
Donovan Preston 2018-05-23 21:37:31 -04:00
parent 8242e2088d
commit b269712c32
37 changed files with 1017 additions and 0 deletions

View file

@ -0,0 +1,17 @@
package com.mozilla.send.sendandroid
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)
}
}