}
@Test(expected = IllegalArgumentException.class)
public void testAddListener_whenListenerNull() throws InterruptedException {
final MultiMap mm = client.getMultiMap(randomString());
mm.addEntryListener(null, true);
}
@Test
public void testRemoveListener() throws InterruptedException {
final MultiMap mm = client.getMultiMap(randomString());