Migrating PhoneInterface (Irrigation and SpeakerLocator) from old to new Nexus 5X...
[iot2.git] / benchmarks / other / PhoneInterface / Irrigation / app / src / androidTest / java / com / example / xubin / irrigation / ApplicationTest.java
diff --git a/benchmarks/other/PhoneInterface/Irrigation/app/src/androidTest/java/com/example/xubin/irrigation/ApplicationTest.java b/benchmarks/other/PhoneInterface/Irrigation/app/src/androidTest/java/com/example/xubin/irrigation/ApplicationTest.java
new file mode 100644 (file)
index 0000000..1f20d49
--- /dev/null
@@ -0,0 +1,13 @@
+package com.example.xubin.irrigation;
+
+import android.app.Application;
+import android.test.ApplicationTestCase;
+
+/**
+ * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
+ */
+public class ApplicationTest extends ApplicationTestCase<Application> {
+    public ApplicationTest() {
+        super(Application.class);
+    }
+}
\ No newline at end of file