@Deprecated public class DatabaseTestUtils extends Object
Constructor and Description |
---|
DatabaseTestUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
assertSchemaEquals(SQLiteDatabase expectedDb,
SQLiteDatabase db)
Deprecated.
Compares the schema of two databases and asserts that they are equal.
|
public static void assertSchemaEquals(SQLiteDatabase expectedDb, SQLiteDatabase db)
expectedDb
- the db that is known to have the correct schemadb
- the db whose schema should be checked