53545556575859
{ private static boolean waitForResponse; public static Test suite() throws Exception { return new JBossWSTestSetup(JMSTransportTestCase.class, "jaxws-samples-jmstransport.sar"); }
{ private static RpcArrayEndpoint endpoint; public static Test suite() { return new JBossWSTestSetup(JBWS871TestCase.class, "jaxws-jbws871-rpc.war"); }
45464748495051
{ private static final int TEST_RUN_TIME = 6000; public static Test suite() { return new JBossWSTestSetup(JMSClientTestCase.class, "jaxws-samples-dar-jms-client.sar,jaxws-samples-dar-jms.jar"); }
42434445464748
{ private static final int TEST_RUN_TIME = 6000; public static Test suite() { return new JBossWSTestSetup(AddressingClientTestCase.class, "jaxws-samples-dar-addressing-client.war,jaxws-samples-dar-addressing.jar"); }
72737475767778
" </soapenv:Body>" + "</soapenv:Envelope>"; public static Test suite() throws Exception { return new JBossWSTestSetup(JBWS2682TestCase.class, "jaxws-jbws2682.war"); }
48495051525354
java.util.Properties props = System.getProperties(); public static Test suite() { return new JBossWSTestSetup(JBWS1666TestCase.class, "jaxws-jbws1666.war"); }
private static SOAPEndpoint port; private static TrackerEndpoint trackerPort; public static Test suite() { return new JBossWSTestSetup(HandlerLifecycleTestCase.class, "jaxws-handlerlifecycle.war, jaxws-handlerlifecycle-client.jar"); }
57585960616263
private static Dispatch usernameDispatch; private static Dispatch encryptDispatch; public static Test suite() throws Exception { return new JBossWSTestSetup(SimpleDispatchTestCase.class, "jaxws-samples-wssecurity-username.war jaxws-samples-wssecurity-encrypt.war"); }
46474849505152
{ private static UsernameEndpoint port; public static Test suite() throws Exception { return new JBossWSTestSetup(SimpleUsernameTestCase.class, "jaxws-samples-wssecurity-username.war"); }
50515253545556
{ private static boolean waitForResponse; public static Test suite() throws Exception { return new JBossWSTestSetup(JMSTransportTestCase.class, "jaxrpc-samples-jmstransport.sar"); }