1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-24 07:41:23 +00:00

first commit

This commit is contained in:
Christian Schabesberger
2015-09-04 02:15:03 +02:00
commit 73d61f17b5
88 changed files with 5558 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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);
}
}