blob: 91887c0b361390a3ef8bc7afd21686f4a7013b5d [file] [log] [blame]
package org.apache.synapse.samples.n2n;
import org.apache.synapse.SynapseConstants;
/**
*
*/
public class SynapseSample_114_Integration extends AbstractAutomationTestCase {
protected void setUp() throws Exception {
System.setProperty(SynapseConstants.SYNAPSE_XML, SAMPLE_CONFIG_ROOT_PATH + "synapse_sample_114.xml");
System.setProperty("addurl", SYNAPSE_BASE_URL + "soap/StockQuoteProxy");
// todo: JMS setting up
super.setUp();
}
public void testSample() throws Exception {
// String resultString = getStringResultOfTest(StockQuoteClient.executeTestClient());
// assertXpathExists("ns:getQuoteResponse", resultString);
// assertXpathExists("ns:getQuoteResponse/ns:return", resultString);
}
}