diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2025-09-15 01:07:58 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2025-09-15 01:07:58 +0200 |
| commit | 967be9e750221ab2ab783f95df79bb26d290a45e (patch) | |
| tree | 6802900a5e975f9f68b169f0f503f040056d6952 /benchmark/app/src/test/java/io/trentetroim | |
Diffstat (limited to 'benchmark/app/src/test/java/io/trentetroim')
| -rw-r--r-- | benchmark/app/src/test/java/io/trentetroim/benchmark/ExampleUnitTest.kt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/benchmark/app/src/test/java/io/trentetroim/benchmark/ExampleUnitTest.kt b/benchmark/app/src/test/java/io/trentetroim/benchmark/ExampleUnitTest.kt new file mode 100644 index 0000000..b8377dd --- /dev/null +++ b/benchmark/app/src/test/java/io/trentetroim/benchmark/ExampleUnitTest.kt @@ -0,0 +1,17 @@ +package io.trentetroim.benchmark + +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 |
