From 967be9e750221ab2ab783f95df79bb26d290a45e Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Sep 2025 01:07:58 +0200 Subject: add: added projects --- .../java/io/trentetroim/benchmark/ExampleUnitTest.kt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 benchmark/app/src/test/java/io/trentetroim/benchmark/ExampleUnitTest.kt (limited to 'benchmark/app/src/test') 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 -- cgit v1.2.3