verify(listener).send(contains("appendEntries"));
}
@Test
public void dispatch_runnable_notifying_request_vote_to_registered_listener() throws Exception {
RequestVote vote = RequestVote.getDefaultInstance();
wsEventListener.addClient(listener);
wsEventListener.requestVote(raft, vote);
fiber.executeAllPending();