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