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