diff options
| author | LeightonGinty <lxg184@student.bham.ac.uk> | 2024-11-16 12:30:59 +0000 |
|---|---|---|
| committer | LeightonGinty <lxg184@student.bham.ac.uk> | 2024-11-16 12:30:59 +0000 |
| commit | 76d57724d624dbf0f2c81863f7d0b3c6a2bad7d0 (patch) | |
| tree | 038b7f47630e2a48b617a414535dce83ac1a870f /app/src/test/java | |
Initial commit
Diffstat (limited to 'app/src/test/java')
| -rw-r--r-- | app/src/test/java/com/example/alcagotchi/ExampleUnitTest.kt | 17 |
1 files changed, 17 insertions, 0 deletions
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 |
