mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-02-05 13:12:03 -05:00
creating the project
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package notes.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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user