aboutsummaryrefslogtreecommitdiff
path: root/app/src/test/java/top
diff options
context:
space:
mode:
authorTrumeet <liangyuteng12345@gmail.com>2017-08-03 15:12:06 +0800
committerTrumeet <liangyuteng12345@gmail.com>2017-08-03 15:12:08 +0800
commit019522cc93d947b5075ca90547b9e13f08787739 (patch)
tree18096ab2a5f678f5d2b4f3a810966c2bf9defe67 /app/src/test/java/top
downloadSetupWizardLibCompat-019522cc93d947b5075ca90547b9e13f08787739.tar
SetupWizardLibCompat-019522cc93d947b5075ca90547b9e13f08787739.tar.gz
SetupWizardLibCompat-019522cc93d947b5075ca90547b9e13f08787739.tar.bz2
SetupWizardLibCompat-019522cc93d947b5075ca90547b9e13f08787739.zip
First Commit0.1
Diffstat (limited to 'app/src/test/java/top')
-rw-r--r--app/src/test/java/top/trumeet/snippet/setupwizardlibcompat/ExampleUnitTest.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/test/java/top/trumeet/snippet/setupwizardlibcompat/ExampleUnitTest.java b/app/src/test/java/top/trumeet/snippet/setupwizardlibcompat/ExampleUnitTest.java
new file mode 100644
index 0000000..13a13ec
--- /dev/null
+++ b/app/src/test/java/top/trumeet/snippet/setupwizardlibcompat/ExampleUnitTest.java
@@ -0,0 +1,17 @@
+package top.trumeet.snippet.setupwizardlibcompat;
+
+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() throws Exception {
+ assertEquals(4, 2 + 2);
+ }
+} \ No newline at end of file