Package org.jboss.as.model.test

Examples of org.jboss.as.model.test.ModelTestControllerVersion


        );
    }

    @Test
    public void testRejections713() throws Exception {
        ModelTestControllerVersion version = ModelTestControllerVersion.V7_1_3_FINAL;
        testRejections_1_3_0(version, formatLegacySubsystemArtifact(version),
                "org.infinispan:infinispan-core:5.2.6.Final"
        );
    }
View Full Code Here


        );
    }

    @Test
    public void testRejections720() throws Exception {
        ModelTestControllerVersion version = ModelTestControllerVersion.V7_2_0_FINAL;
        this.testRejections(InfinispanModel.VERSION_1_4_0, version, formatLegacySubsystemArtifact(version),
                "org.infinispan:infinispan-core:5.3.0.Final",
                "org.infinispan:infinispan-cachestore-jdbc:5.3.0.Final"
        );
    }
View Full Code Here

        );
    }

    @Test
    public void testRejections800() throws Exception {
        ModelTestControllerVersion version = ModelTestControllerVersion.WILDFLY_8_0_0_FINAL;
        this.testRejections(InfinispanModel.VERSION_2_0_0, version, formatSubsystemArtifact(version),
                "org.infinispan:infinispan-core:6.0.1.Final",
                "org.infinispan:infinispan-cachestore-jdbc:6.0.1.Final"
        );
    }
View Full Code Here

        );
    }

    @Test
    public void testRejections810() throws Exception {
        ModelTestControllerVersion version = ModelTestControllerVersion.WILDFLY_8_1_0_FINAL;
        this.testRejections(InfinispanModel.VERSION_2_0_0, version, formatSubsystemArtifact(version),
                "org.infinispan:infinispan-core:6.0.2.Final",
                "org.infinispan:infinispan-cachestore-jdbc:6.0.2.Final"
        );
    }
View Full Code Here

        );
    }

    @Test
    public void testRejections600() throws Exception {
        ModelTestControllerVersion version = ModelTestControllerVersion.EAP_6_0_0;
        testRejections_1_3_0(version, formatLegacySubsystemArtifact(version),
                "org.infinispan:infinispan-core:5.1.4.FINAL-redhat-1"
        );
    }
View Full Code Here

        );
    }

    @Test
    public void testRejections601() throws Exception {
        ModelTestControllerVersion version = ModelTestControllerVersion.EAP_6_0_1;
        this.testRejections_1_3_0(version, formatLegacySubsystemArtifact(version),
                "org.infinispan:infinispan-core:5.1.8.Final-redhat-1"
        );
    }
View Full Code Here

        );
    }

    @Test
    public void testRejections610() throws Exception {
        ModelTestControllerVersion version = ModelTestControllerVersion.EAP_6_1_0;
        this.testRejections(InfinispanModel.VERSION_1_4_1, version, formatLegacySubsystemArtifact(version),
                "org.infinispan:infinispan-core:5.2.6.Final-redhat-1",
                "org.infinispan:infinispan-cachestore-jdbc:5.2.6.Final-redhat-1"
        );
    }
View Full Code Here

        );
    }

    @Test
    public void testRejections611() throws Exception {
        ModelTestControllerVersion version = ModelTestControllerVersion.EAP_6_1_1;
        this.testRejections(InfinispanModel.VERSION_1_4_1, version, formatLegacySubsystemArtifact(version),
                "org.infinispan:infinispan-core:5.2.7.Final-redhat-1",
                "org.infinispan:infinispan-cachestore-jdbc:5.2.7.Final-redhat-1"
        );
    }
View Full Code Here

        return String.format(pattern, version.getMavenGavVersion());
    }

    @Test
    public void testTransformerAS712() throws Exception {
        ModelTestControllerVersion version = ModelTestControllerVersion.V7_1_2_FINAL;
        testTransformation(JGroupsModel.VERSION_1_1_0, version, formatLegacySubsystemArtifact(version));
    }
View Full Code Here

        testTransformation(JGroupsModel.VERSION_1_1_0, version, formatLegacySubsystemArtifact(version));
    }

    @Test
    public void testTransformerAS713() throws Exception {
        ModelTestControllerVersion version = ModelTestControllerVersion.V7_1_3_FINAL;
        testTransformation(JGroupsModel.VERSION_1_1_0, version, formatLegacySubsystemArtifact(version));
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.model.test.ModelTestControllerVersion

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.