mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-31 12:16:44 +01:00
f630b9aa3d
- no real functionality change
13 lines
No EOL
360 B
Java
13 lines
No EOL
360 B
Java
package com.simplemobiletools.gallery;
|
|
|
|
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);
|
|
}
|
|
} |