diff options
| author | Eddy Pedroni <epedroni@pm.me> | 2025-12-30 10:13:11 +0100 |
|---|---|---|
| committer | Eddy Pedroni <epedroni@pm.me> | 2025-12-30 10:13:11 +0100 |
| commit | 88ce99d87889cdf953af611ef09d7a12b6d23747 (patch) | |
| tree | e998849e710adaf1da5410096f1b3408784658d4 /android/app/src/test/java | |
| parent | c77a8b5fb6a86dae2c9a97796067a5740e112a0d (diff) | |
Add Android app wrapper around web interface
Diffstat (limited to 'android/app/src/test/java')
| -rw-r--r-- | android/app/src/test/java/com/zeroxf7/solotool/ExampleUnitTest.java | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/android/app/src/test/java/com/zeroxf7/solotool/ExampleUnitTest.java b/android/app/src/test/java/com/zeroxf7/solotool/ExampleUnitTest.java new file mode 100644 index 0000000..d18c4f8 --- /dev/null +++ b/android/app/src/test/java/com/zeroxf7/solotool/ExampleUnitTest.java @@ -0,0 +1,17 @@ +package com.zeroxf7.solotool; + +import org.junit.Test; + +import static org.junit.Assert.*; + +/** + * Example local unit test, which will execute on the development machine (host). + * + * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> + */ +public class ExampleUnitTest { + @Test + public void addition_isCorrect() { + assertEquals(4, 2 + 2); + } +}
\ No newline at end of file |
