From e33120d454aeb72acc2c1315bddea31dd2f15bb2 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 29 May 2017 15:05:26 -0700 Subject: initial port --- .../java/com/pitchedapps/frost/ExampleUnitTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/src/test/java/com/pitchedapps/frost/ExampleUnitTest.java (limited to 'app/src/test') diff --git a/app/src/test/java/com/pitchedapps/frost/ExampleUnitTest.java b/app/src/test/java/com/pitchedapps/frost/ExampleUnitTest.java new file mode 100644 index 00000000..a702863a --- /dev/null +++ b/app/src/test/java/com/pitchedapps/frost/ExampleUnitTest.java @@ -0,0 +1,17 @@ +package com.pitchedapps.frost; + +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() throws Exception { + assertEquals(4, 2 + 2); + } +} \ No newline at end of file -- cgit v1.2.3