Home
last modified time | relevance | path

Searched refs:setSchemaResponse (Results 1 – 1 of 1) sorted by relevance

/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSchemaMigrationCtsTestBase.java531 SetSchemaResponse setSchemaResponse = in testSchemaMigration() local
543 assertThat(setSchemaResponse.getDeletedTypes()).isEmpty(); in testSchemaMigration()
544 assertThat(setSchemaResponse.getIncompatibleTypes()).containsExactly("testSchema"); in testSchemaMigration()
545 assertThat(setSchemaResponse.getMigratedTypes()).containsExactly("testSchema"); in testSchemaMigration()
556 assertThat(setSchemaResponse.getMigrationFailures()).hasSize(1); in testSchemaMigration()
558 setSchemaResponse.getMigrationFailures().get(0); in testSchemaMigration()
670 SetSchemaResponse setSchemaResponse = in testSchemaMigration_downgrade() local
682 assertThat(setSchemaResponse.getDeletedTypes()).isEmpty(); in testSchemaMigration_downgrade()
683 assertThat(setSchemaResponse.getIncompatibleTypes()).containsExactly("testSchema"); in testSchemaMigration_downgrade()
684 assertThat(setSchemaResponse.getMigratedTypes()).containsExactly("testSchema"); in testSchemaMigration_downgrade()
[all …]