dialog.receivedOrSent2xx();
}
@Test(expectedExceptions = IllegalStateException.class)
public void shouldThrowIfErrOnTerminated() {
Dialog dialog = new Dialog("", "", "", new Logger(null));
dialog.receivedOrSent2xx();
dialog.receivedOrSentBye();
dialog.receivedOrSent300To699();
}