From 7b20783dd6de98dd99aa104b2251eb43aa31cac7 Mon Sep 17 00:00:00 2001 From: YuutaW <17158086+Trumeet@users.noreply.github.com> Date: Sat, 13 Apr 2019 12:09:55 -0700 Subject: First Commit Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com> --- .../src/test/java/moe/yuuta/flow/ExampleUnitTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 library/src/test/java/moe/yuuta/flow/ExampleUnitTest.java (limited to 'library/src/test/java/moe/yuuta/flow/ExampleUnitTest.java') diff --git a/library/src/test/java/moe/yuuta/flow/ExampleUnitTest.java b/library/src/test/java/moe/yuuta/flow/ExampleUnitTest.java new file mode 100644 index 0000000..84848a0 --- /dev/null +++ b/library/src/test/java/moe/yuuta/flow/ExampleUnitTest.java @@ -0,0 +1,17 @@ +package moe.yuuta.flow; + +import org.junit.Test; + +import static org.junit.Assert.assertEquals; + +/** + * 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.2.3-70-g09d2