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
1 package com.example.xubin.irrigation;
2
3 import android.app.Application;
4 import android.test.ApplicationTestCase;
5
6 /**
7  * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
8  */
9 public class ApplicationTest extends ApplicationTestCase<Application> {
10     public ApplicationTest() {
11         super(Application.class);
12     }
13 }