Package com.jboss.transaction.wstf.interop

Examples of com.jboss.transaction.wstf.interop.InteropTestSuite


        MessageLogging.clearThreadLog() ;
        final Test test ;
        if (TestConstants.NAME_ALL_TESTS.equals(testName))
        {
            final TestSuite testSuite = new TestSuite() ;
            testSuite.addTest(new InteropTestSuite(participantURI, testTimeout, asyncTest, SC007_TEST_CLASS)) ;
            test = testSuite ;
        }
        else if (testName.startsWith(TestConstants.PREFIX_TESTS))
        {
            final Class testClass = SC007_TEST_CLASS;
View Full Code Here

TOP

Related Classes of com.jboss.transaction.wstf.interop.InteropTestSuite

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.