Lines Matching defs:helper

58     public MigrationTestHelper helper;
61 helper = new MigrationTestHelper(InstrumentationRegistry.getInstrumentation(),
67 MigrationTestHelper helper = new MigrationTestHelper(
71 helper.createDatabase(TEST_DB, 1);
80 SupportSQLiteDatabase db = helper.createDatabase(TEST_DB,
87 helper.closeWhenFinished(migrationDb);
93 SupportSQLiteDatabase db = helper.createDatabase(TEST_DB, 1);
98 db = helper.runMigrationsAndValidate(TEST_DB, 2, true, MIGRATION_1_2);
121 helper.closeWhenFinished(db);
132 SupportSQLiteDatabase db = helper.createDatabase(TEST_DB, 2);
136 helper.runMigrationsAndValidate(TEST_DB, 3, true, new EmptyMigration(2, 3));
145 SupportSQLiteDatabase db = helper.createDatabase(TEST_DB, 2);
149 helper.runMigrationsAndValidate(TEST_DB, 3, true, MIGRATION_2_3);
170 helper.createDatabase(TEST_DB, 4);
171 final SupportSQLiteDatabase db = helper.runMigrationsAndValidate(TEST_DB,
179 helper.createDatabase(TEST_DB, 5);
180 final SupportSQLiteDatabase db = helper.runMigrationsAndValidate(TEST_DB,
193 helper.createDatabase(TEST_DB, 5);
194 final SupportSQLiteDatabase db = helper.runMigrationsAndValidate(TEST_DB,
202 final SupportSQLiteDatabase db = helper.createDatabase(TEST_DB, 6);
206 helper.runMigrationsAndValidate(TEST_DB,
224 helper.createDatabase(TEST_DB, 6);
225 final SupportSQLiteDatabase db = helper.runMigrationsAndValidate(TEST_DB,
233 SupportSQLiteDatabase database = helper.createDatabase(TEST_DB, 1);
247 SupportSQLiteDatabase database = helper.createDatabase(TEST_DB, 1);
265 helper.createDatabase(name, i).close();
288 SupportSQLiteDatabase database = helper.createDatabase(TEST_DB, 6);
305 SupportSQLiteDatabase database = helper.createDatabase(TEST_DB, 6);
329 SupportSQLiteDatabase database = helper.createDatabase(TEST_DB, 5);
351 final SupportSQLiteDatabase db = helper.createDatabase(TEST_DB, startVersion);
355 helper.runMigrationsAndValidate(TEST_DB, endVersion, true,