use of com.hazelcast.partition.membergroup.SingleMemberGroupFactory in project hazelcast by hazelcast.
the class PartitionStateGeneratorTest method testRandomPartitionGenerator.
@Test
public void testRandomPartitionGenerator() throws Exception {
final MemberGroupFactory memberGroupFactory = new SingleMemberGroupFactory();
test(memberGroupFactory);
}
Aggregations