_testReceptionOfAllMessages();
}
public void testReceptionOfAllMessagesWithDISCARD() throws Throwable {
UNICAST unicast=new UNICAST();
Properties props=new Properties();
props.setProperty("timeout", "500,1000,2000,3000");
unicast.setProperties(props);
DISCARD discard=new DISCARD();
props.clear();
props.setProperty("down", "0.1"); // discard all down message with 10% probability
discard.setProperties(props);