DT @20.08.2015: First Commit

This commit is contained in:
Dennis Thießen
2015-08-20 21:49:55 +02:00
commit 5fb9f53be3
57 changed files with 2866 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package org.deke.risk.riskahead;
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);
}
}