Package org.jboss.as.messaging

Examples of org.jboss.as.messaging.MessagingExtension


* @author Brian Stansberry (c) 2011 Red Hat Inc.
*/
public class SubsystemDescriptionsUnitTestCase extends AbstractSubsystemTest {

    public SubsystemDescriptionsUnitTestCase() {
        super(MessagingExtension.SUBSYSTEM_NAME, new MessagingExtension());
    }
View Full Code Here


* @author Emanuel Muckenhuber
*/
public class SubsystemParsingUnitTestCase extends AbstractSubsystemBaseTest {

    public SubsystemParsingUnitTestCase() {
        super(MessagingExtension.SUBSYSTEM_NAME, new MessagingExtension());
    }
View Full Code Here

*  * @author <a href="http://jmesnil.net/">Jeff Mesnil</a> (c) 2013 Red Hat inc
*/
public class MessagingSubsystem14TestCase extends AbstractSubsystemBaseTest {

    public MessagingSubsystem14TestCase() {
        super(MessagingExtension.SUBSYSTEM_NAME, new MessagingExtension());
    }
View Full Code Here

*  * @author <a href="http://jmesnil.net/">Jeff Mesnil</a> (c) 2012 Red Hat inc
*/
public class MessagingSubsystem30TestCase extends AbstractSubsystemBaseTest {

    public MessagingSubsystem30TestCase() {
        super(MessagingExtension.SUBSYSTEM_NAME, new MessagingExtension());
    }
View Full Code Here

*  * @author <a href="http://jmesnil.net/">Jeff Mesnil</a> (c) 2012 Red Hat inc
*/
public class MessagingSubsystem13TestCase extends AbstractSubsystemBaseTest {

    public MessagingSubsystem13TestCase() {
        super(MessagingExtension.SUBSYSTEM_NAME, new MessagingExtension());
    }
View Full Code Here

* @author Brian Stansberry (c) 2011 Red Hat Inc.
*/
public class SubsystemDescriptionsUnitTestCase extends AbstractSubsystemTest {

    public SubsystemDescriptionsUnitTestCase() {
        super(MessagingExtension.SUBSYSTEM_NAME, new MessagingExtension());
    }
View Full Code Here

*  * @author <a href="http://jmesnil.net/">Jeff Mesnil</a> (c) 2012 Red Hat inc
*/
public class MessagingSubsystem20TestCase extends AbstractSubsystemBaseTest {

    public MessagingSubsystem20TestCase() {
        super(MessagingExtension.SUBSYSTEM_NAME, new MessagingExtension());
    }
View Full Code Here

* @author Jeff Mesnil (c) 2012 Red Hat inc
*/
public class JMSBridge13ParsingUnitTestCase extends AbstractSubsystemBaseTest {

    public JMSBridge13ParsingUnitTestCase() {
        super(MessagingExtension.SUBSYSTEM_NAME, new MessagingExtension());
    }
View Full Code Here

* @author Emanuel Muckenhuber
*/
public class Subsystem12ParsingUnitTestCase extends AbstractSubsystemBaseTest {

    public Subsystem12ParsingUnitTestCase() {
        super(MessagingExtension.SUBSYSTEM_NAME, new MessagingExtension());
    }
View Full Code Here

* @author Emanuel Muckenhuber
*/
public class Subsystem11ParsingUnitTestCase extends AbstractSubsystemBaseTest {

    public Subsystem11ParsingUnitTestCase() {
        super(MessagingExtension.SUBSYSTEM_NAME, new MessagingExtension());
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.messaging.MessagingExtension

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.