// assertTrue("The EchoString object had bad input: " + echo.getInput(), echo.getInput().equals(INPUT));
// }
public void testConvertMessageToFault() throws Exception {
LogicalMessageContext lmc = createSampleContext();
LogicalMessage msg = lmc.getMessage();
assertTrue("The returned LogicalMessage was null", msg != null);
Source payload = msg.getPayload();
assertTrue("The returned payload (Source) was null", payload != null);