}
}
});
sender.forceDisconnect();
assertNotNull("Should have received state change notification", disconnectEvent.poll(1000 * 30));
assertFalse("Should be disconnected", sender.isTransportConnected());
//there could ber exceptions thrown - which are valid for a force disconnect
//so clear them so tearDown() will pass
exceptions.clear();
}