use of org.apache.cxf.testsuite.testcase.TestCaseType in project cxf by apache.
the class SOAPJMSTestSuiteTest method test1007.
@Test
public void test1007() throws Exception {
TestCaseType testcase = JMSTestUtil.getTestCase("test1007");
twoWayTestWithCreateMessage(testcase);
}
use of org.apache.cxf.testsuite.testcase.TestCaseType in project cxf by apache.
the class SOAPJMSTestSuiteTest method test1004.
@Test
public void test1004() throws Exception {
TestCaseType testcase = JMSTestUtil.getTestCase("test1004");
twoWayTestWithCreateMessage(testcase);
}
use of org.apache.cxf.testsuite.testcase.TestCaseType in project cxf by apache.
the class SOAPJMSTestSuiteTest method test0011.
@Test
public void test0011() throws Exception {
TestCaseType testcase = JMSTestUtil.getTestCase("test0011");
final JMSSimplePortType simplePort = getPort("JMSSimpleService0011", "SimplePort", JMSSimpleService0011.class, JMSSimplePortType.class);
twoWayTest(testcase, simplePort);
}
use of org.apache.cxf.testsuite.testcase.TestCaseType in project cxf by apache.
the class SOAPJMSTestSuiteTest method test0002.
@Test
public void test0002() throws Exception {
TestCaseType testcase = JMSTestUtil.getTestCase("test0002");
final JMSSimplePortType simplePort = getPort("JMSSimpleService0001", "SimplePort", JMSSimpleService0001.class, JMSSimplePortType.class);
JMSMessageHeadersType requestHeader = new JMSMessageHeadersType();
requestHeader.setJMSCorrelationID("Correlator0002");
twoWayTestWithRequestHeader(testcase, simplePort, requestHeader);
}
use of org.apache.cxf.testsuite.testcase.TestCaseType in project cxf by apache.
the class SOAPJMSTestSuiteTest method test1107.
@Test
public void test1107() throws Exception {
TestCaseType testcase = JMSTestUtil.getTestCase("test1107");
twoWayTestWithCreateMessage(testcase);
}
Aggregations