blob: ef48b8d5fa1bc7480abb4310173934e64bf8f606 (
plain)
1
2
3
4
5
6
7
8
9
|
package instrumentationTest.de.test.antennapod.storage;
import android.test.InstrumentationTestCase;
/**
* Test class for DBTasks
*/
public class DBTasksTest extends InstrumentationTestCase {
}
|