From 76d57724d624dbf0f2c81863f7d0b3c6a2bad7d0 Mon Sep 17 00:00:00 2001 From: LeightonGinty Date: Sat, 16 Nov 2024 12:30:59 +0000 Subject: Initial commit --- .../test/java/com/example/alcagotchi/ExampleUnitTest.kt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/src/test/java/com/example/alcagotchi/ExampleUnitTest.kt (limited to 'app/src/test/java/com') diff --git a/app/src/test/java/com/example/alcagotchi/ExampleUnitTest.kt b/app/src/test/java/com/example/alcagotchi/ExampleUnitTest.kt new file mode 100644 index 0000000..8098bf2 --- /dev/null +++ b/app/src/test/java/com/example/alcagotchi/ExampleUnitTest.kt @@ -0,0 +1,17 @@ +package com.example.alcagotchi + +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-70-g09d2