diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-09 11:31:06 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-09 11:31:06 +0100 |
commit | 9ae95694db46e95f8d0ae9f9ea0a49d2005fd250 (patch) | |
tree | e5b32cd9d235554e8761d052c3563cc371502ad8 /app/src/test/java/xyz/adjutor/aniki |
Initial commit
Diffstat (limited to 'app/src/test/java/xyz/adjutor/aniki')
-rw-r--r-- | app/src/test/java/xyz/adjutor/aniki/ExampleUnitTest.kt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/test/java/xyz/adjutor/aniki/ExampleUnitTest.kt b/app/src/test/java/xyz/adjutor/aniki/ExampleUnitTest.kt new file mode 100644 index 0000000..7aacf1c --- /dev/null +++ b/app/src/test/java/xyz/adjutor/aniki/ExampleUnitTest.kt @@ -0,0 +1,17 @@ +package xyz.adjutor.aniki + +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) + } +}
\ No newline at end of file |