diff options
| author | bt <bt@rctt.net> | 2026-05-03 01:35:34 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-05-03 01:35:34 +0200 |
| commit | cde732059b237af7b147d58c43e4f5b03b9fbddd (patch) | |
| tree | 0c153b7daabdec910d6317953acca517a839e644 /app/src/test | |
| download | netmon-cde732059b237af7b147d58c43e4f5b03b9fbddd.tar.gz netmon-cde732059b237af7b147d58c43e4f5b03b9fbddd.zip | |
Initial commit
Diffstat (limited to 'app/src/test')
| -rw-r--r-- | app/src/test/java/net/rctt/netmon/ExampleUnitTest.kt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/test/java/net/rctt/netmon/ExampleUnitTest.kt b/app/src/test/java/net/rctt/netmon/ExampleUnitTest.kt new file mode 100644 index 0000000..2373ee9 --- /dev/null +++ b/app/src/test/java/net/rctt/netmon/ExampleUnitTest.kt @@ -0,0 +1,17 @@ +package net.rctt.netmon + +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 |
