diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-06-26 14:11:59 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-06-26 14:11:59 +0330 |
commit | b6ecd5026e5e64b5e8fb67f84d6c89ec6a24db31 (patch) | |
tree | 0c5cf7ac65ed1fcc4bd02ade34cc4607e88c85ed /app/src/test |
inital commitv0.1.0
Diffstat (limited to 'app/src/test')
-rw-r--r-- | app/src/test/java/com/a404m/mine_game/ExampleUnitTest.kt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/src/test/java/com/a404m/mine_game/ExampleUnitTest.kt b/app/src/test/java/com/a404m/mine_game/ExampleUnitTest.kt new file mode 100644 index 0000000..0583dd0 --- /dev/null +++ b/app/src/test/java/com/a404m/mine_game/ExampleUnitTest.kt @@ -0,0 +1,20 @@ +package com.a404m.mine_game + +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 |