Assert.assertEquals(false, session.isBound());
}
@Test
public void unbindTriggeringRemoteToCloseDoesNotTriggerUnexpectedlyClosedEvent() throws Exception {
SmppSessionConfiguration configuration = createDefaultConfiguration();
registerServerBindProcessor();
clearAllServerSessions();
// bind and get the simulator session
PollableSmppSessionHandler sessionHandler = new PollableSmppSessionHandler();