summaryrefslogtreecommitdiff
path: root/src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java
blob: 0fb733b67e6beef4ae139f4af0ac12cdc2851abb (plain)
1
2
3
4
5
6
7
8
9
10
11
package instrumentationTest.de.test.antennapod.storage;

import android.test.InstrumentationTestCase;

/**
 * Test class for DBReader
 */
public class DBReaderTest extends InstrumentationTestCase {


}