From 7ebdab2798013e3b47ff981335fae9d76f104d7c Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Tue, 11 Oct 2022 19:44:04 +0200 Subject: Initial commit, not much this time --- .../java/com/jopek/taupngamoni/ExampleUnitTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/src/test/java/com/jopek/taupngamoni/ExampleUnitTest.java (limited to 'app/src/test/java/com') diff --git a/app/src/test/java/com/jopek/taupngamoni/ExampleUnitTest.java b/app/src/test/java/com/jopek/taupngamoni/ExampleUnitTest.java new file mode 100644 index 0000000..a0467ac --- /dev/null +++ b/app/src/test/java/com/jopek/taupngamoni/ExampleUnitTest.java @@ -0,0 +1,17 @@ +package com.jopek.taupngamoni; + +import org.junit.Test; + +import static org.junit.Assert.*; + +/** + * Example local unit test, which will execute on the development machine (host). + * + * @see Testing documentation + */ +public class ExampleUnitTest { + @Test + public void addition_isCorrect() { + assertEquals(4, 2 + 2); + } +} \ No newline at end of file -- cgit v1.3.1