Package org.wildfly.extension.rts

Examples of org.wildfly.extension.rts.RTSSubsystemExtension


* @author <a href="mailto:gytis@redhat.com">Gytis Trikleris</a>
*/
public class RTSSubsystemTestCase extends AbstractSubsystemBaseTest {

    public RTSSubsystemTestCase() {
        super(RTSSubsystemExtension.SUBSYSTEM_NAME, new RTSSubsystemExtension());
    }
View Full Code Here

TOP

Related Classes of org.wildfly.extension.rts.RTSSubsystemExtension

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.