assertTrue("expected send", binding.isSent());
}
public void testCreateSequenceOnClientOfferAccepted() throws Exception {
TestSoapClientBinding binding = new TestSoapClientBinding(bus, epr);
TestClientTransport ct = binding.getClientTransport();
InputStream is = getClass().getResourceAsStream("resources/CreateSequenceResponseOfferAccepted.xml");
TestInputStreamContext istreamCtx = new TestInputStreamContext();
istreamCtx.setInputStream(is);
ct.setInputStreamMessageContext(istreamCtx);
IMocksControl control = EasyMock.createNiceControl();
RMHandler handler = control.createMock(RMHandler.class);
RMProxy proxy = new RMProxy(handler);