verify(endpoint, processor, exceptionHandler, deliverSm, exchange);
}
@Test
public void onAcceptDataSmSuccess() throws Exception {
SMPPSession session = createMock(SMPPSession.class);
DataSm dataSm = createMock(DataSm.class);
Exchange exchange = createMock(Exchange.class);
OptionalParameter[] optionalParameters = new OptionalParameter[]{};
expect(endpoint.createOnAcceptDataSm(dataSm, "1"))