})
.named(ImmutableSetTest.class.getName() + ", reserialized")
.withFeatures(CollectionSize.ANY, CollectionFeature.KNOWN_ORDER)
.createTestSuite());
suite.addTest(SetTestSuiteBuilder.using(new TestCollidingSetGenerator() {
public Set<Object> create(Object... elements) {
return ImmutableSet.of(elements);
}
})
.named(ImmutableSetTest.class.getName() + ", with bad hashes")