diff options
author | Marcin Zelent <zelent.marcin@gmail.com> | 2018-03-27 18:05:44 +0200 |
---|---|---|
committer | Marcin Zelent <zelent.marcin@gmail.com> | 2018-03-27 18:05:44 +0200 |
commit | 6838e72ab0710a831e2b49b4cc173dbe34abfe28 (patch) | |
tree | 1069cbec156cf4c5e34becd5da0dbfe05093a365 /app/src/test | |
parent | 8e465bf50df482b80e4996ea2a5ed9200e04f896 (diff) |
Created project
Diffstat (limited to 'app/src/test')
-rw-r--r-- | app/src/test/java/org/marcinzelent/liberavem/ExampleUnitTest.kt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/test/java/org/marcinzelent/liberavem/ExampleUnitTest.kt b/app/src/test/java/org/marcinzelent/liberavem/ExampleUnitTest.kt new file mode 100644 index 0000000..82419e9 --- /dev/null +++ b/app/src/test/java/org/marcinzelent/liberavem/ExampleUnitTest.kt @@ -0,0 +1,17 @@ +package org.marcinzelent.liberavem + +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) + } +} |