Search in sources :

Example 6 with TestCaseType

use of org.apache.cxf.testsuite.testcase.TestCaseType in project cxf by apache.

the class SOAPJMSTestSuiteTest method test1002.

@Test
public void test1002() throws Exception {
    TestCaseType testcase = JMSTestUtil.getTestCase("test1002");
    twoWayTestWithCreateMessage(testcase);
}
Also used : TestCaseType(org.apache.cxf.testsuite.testcase.TestCaseType) Test(org.junit.Test)

Example 7 with TestCaseType

use of org.apache.cxf.testsuite.testcase.TestCaseType in project cxf by apache.

the class SOAPJMSTestSuiteTest method test0013.

@Test
public void test0013() throws Exception {
    // same to test0002
    TestCaseType testcase = JMSTestUtil.getTestCase("test0013");
    final JMSSimplePortType simplePort = getPort("JMSSimpleService0013", "SimplePort", JMSSimpleService0013.class, JMSSimplePortType.class);
    twoWayTest(testcase, simplePort);
}
Also used : TestCaseType(org.apache.cxf.testsuite.testcase.TestCaseType) JMSSimplePortType(org.apache.cxf.jms_simple.JMSSimplePortType) Test(org.junit.Test)

Example 8 with TestCaseType

use of org.apache.cxf.testsuite.testcase.TestCaseType in project cxf by apache.

the class SOAPJMSTestSuiteTest method test1102.

@Test
public void test1102() throws Exception {
    TestCaseType testcase = JMSTestUtil.getTestCase("test1102");
    twoWayTestWithCreateMessage(testcase);
}
Also used : TestCaseType(org.apache.cxf.testsuite.testcase.TestCaseType) Test(org.junit.Test)

Example 9 with TestCaseType

use of org.apache.cxf.testsuite.testcase.TestCaseType in project cxf by apache.

the class SOAPJMSTestSuiteTest method test0014.

@Test
public void test0014() throws Exception {
    // same to test0002
    TestCaseType testcase = JMSTestUtil.getTestCase("test0014");
    final JMSSimplePortType simplePort = getPort("JMSSimpleService0014", "SimplePort", JMSSimpleService0014.class, JMSSimplePortType.class);
    twoWayTest(testcase, simplePort);
}
Also used : TestCaseType(org.apache.cxf.testsuite.testcase.TestCaseType) JMSSimplePortType(org.apache.cxf.jms_simple.JMSSimplePortType) Test(org.junit.Test)

Example 10 with TestCaseType

use of org.apache.cxf.testsuite.testcase.TestCaseType in project cxf by apache.

the class SOAPJMSTestSuiteTest method test0010.

@Test
public void test0010() throws Exception {
    TestCaseType testcase = JMSTestUtil.getTestCase("test0010");
    final JMSSimplePortType simplePort = getPort("JMSSimpleService0010", "SimplePort", JMSSimpleService0010.class, JMSSimplePortType.class);
    twoWayTest(testcase, simplePort);
}
Also used : TestCaseType(org.apache.cxf.testsuite.testcase.TestCaseType) JMSSimplePortType(org.apache.cxf.jms_simple.JMSSimplePortType) Test(org.junit.Test)

Aggregations

TestCaseType (org.apache.cxf.testsuite.testcase.TestCaseType)32 Test (org.junit.Test)32 JMSSimplePortType (org.apache.cxf.jms_simple.JMSSimplePortType)20 JMSMessageHeadersType (org.apache.cxf.transport.jms.JMSMessageHeadersType)8 JMSException (javax.jms.JMSException)5 WebServiceException (javax.xml.ws.WebServiceException)5