1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-04 05:51:23 +00:00
Files
NewPipe/app/src/androidTest/java/org/schabi/newpipe/ApplicationTest.java
Christian Schabesberger 73d61f17b5 first commit
2015-09-04 02:15:03 +02:00

13 lines
349 B
Java

package org.schabi.newpipe;
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);
}
}