Searched refs:expectedDocs (Results 1 – 1 of 1) sorted by relevance
1533 List<GenericDocument> expectedDocs = new ArrayList<>(); in testSchemaMigration_loadTest() local1545 expectedDocs.add(docAToC); in testSchemaMigration_loadTest()1546 expectedDocs.add(docBToB); in testSchemaMigration_loadTest()1560 expectedDocs.add(docAToD); in testSchemaMigration_loadTest()1561 expectedDocs.add(docBToD); in testSchemaMigration_loadTest()1571 assertThat(documents).containsExactlyElementsIn(expectedDocs); in testSchemaMigration_loadTest()