com.google.android.tests.core
Class AbstractJDBCDriverTest
java.lang.Object
com.google.android.tests.core.AbstractJDBCDriverTest
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- SQLiteJDBCDriverTest
public abstract class AbstractJDBCDriverTest
- extends Object
- implements Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJDBCDriverTest
public AbstractJDBCDriverTest()
run
public void run()
- Specified by:
run in interface Runnable
getJDBCDriverClassName
protected abstract String getJDBCDriverClassName()
getConnectionURL
protected abstract String getConnectionURL()
getDbFile
protected abstract File getDbFile()
Please submit a feedback, bug or feature