use of org.apache.cxf.testsuite.testcase.TestCaseType in project cxf by apache.
the class SOAPJMSTestSuiteTest method test0101.
@Test
public void test0101() throws Exception {
TestCaseType testcase = JMSTestUtil.getTestCase("test0101");
final JMSSimplePortType simplePort = getPort("JMSSimpleService0101", "SimplePort", JMSSimpleService0101.class, JMSSimplePortType.class);
oneWayTest(testcase, simplePort);
}
use of org.apache.cxf.testsuite.testcase.TestCaseType in project cxf by apache.
the class SOAPJMSTestSuiteTest method test0003.
@Test
public void test0003() throws Exception {
TestCaseType testcase = JMSTestUtil.getTestCase("test0003");
final JMSSimplePortType simplePort = getPort("JMSSimpleService0003", "SimplePort", JMSSimpleService0003.class, JMSSimplePortType.class);
oneWayTest(testcase, simplePort);
}
Aggregations