public void testAcknowledge() throws IOException, WSDLException, SequenceFault {
TestSoapClientBinding binding = new TestSoapClientBinding(bus, epr);
IMocksControl control = EasyMock.createNiceControl();
RMHandler handler = control.createMock(RMHandler.class);
RMDestination dest = control.createMock(RMDestination.class);
RMAssertionType rma = control.createMock(RMAssertionType.class);
dest.getRMAssertion();
expectLastCall().andReturn(rma).times(2);
rma.getAcknowledgementInterval();
expectLastCall().andReturn(null).times(2);