Searched refs:mustHaveProjectionSet (Results 1 – 1 of 1) sorted by relevance
1350 Set<String> mustHaveProjectionSet = Sets.newHashSet(mustHaveProjection); in assertContainProjection() local1351 actualProjectionSet.retainAll(mustHaveProjectionSet); in assertContainProjection()1352 MoreAsserts.assertEquals(mustHaveProjectionSet, actualProjectionSet); in assertContainProjection()