Phone app (based on Ali's Control for iotcloud benchmark) to control alarm in the...
[iot2.git] / benchmarks / other / PhoneInterface / Control / app / src / androidTest / java / com / example / ali / control / ApplicationTest.java
diff --git a/benchmarks/other/PhoneInterface/Control/app/src/androidTest/java/com/example/ali/control/ApplicationTest.java b/benchmarks/other/PhoneInterface/Control/app/src/androidTest/java/com/example/ali/control/ApplicationTest.java
new file mode 100644 (file)
index 0000000..bfa3cce
--- /dev/null
@@ -0,0 +1,13 @@
+package com.example.ali.control;
+
+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