use of com.hazelcast.instance.StaticMemberNodeContext in project hazelcast by hazelcast.
the class Invocation_OnMemberLeftTest method whenMemberRestarts_withSameIdentity.
@Test
public void whenMemberRestarts_withSameIdentity() throws Exception {
whenMemberRestarts(() -> {
StaticMemberNodeContext nodeContext = new StaticMemberNodeContext(instanceFactory, remoteMember);
remote = newHazelcastInstance(new Config(), remoteMember.toString(), nodeContext);
});
}
Aggregations