initial commit

This commit is contained in:
tibbi
2016-01-06 13:43:35 +01:00
parent 51dfcfb23e
commit 2de0369090
34 changed files with 610 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package flashlight.simplemobiletools.com;
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);
}
}