Examples of assertArtifactPresent()


Examples of net.flexmojos.oss.test.FMVerifier.assertArtifactPresent()

    @Test
    public void testLocalizationChain()
        throws Exception
    {
        FMVerifier v = standardConceptTester( "l10n-locale-chain" );
        v.assertArtifactPresent( "com.adobe.flex.framework", "charts", getFlexSDKVersion(), "rb.swc",
                                 "pt_BR2pt_PT" );
        v.assertArtifactNotPresent( "com.adobe.flex.framework", "charts", getFlexSDKVersion(), "rb.swc",
                                    "pt_PT" );
    }
View Full Code Here

Examples of net.flexmojos.oss.test.FMVerifier.assertArtifactPresent()

    @Test( groups = { "optimizer" } )
    public void testOptimizedFlexLibrary()
        throws Exception
    {
        FMVerifier v = standardConceptTester( "optimized-flex-library" );
        v.assertArtifactPresent( "info.rvin.itest", "optimized-flex-library", "1.0-SNAPSHOT", "swc" );
        v.assertArtifactPresent( "info.rvin.itest", "optimized-flex-library", "1.0-SNAPSHOT", "swf" );
    }

    @Test( groups = { "optimizer" } )
    public void testOptimizedApplication()
View Full Code Here

Examples of net.flexmojos.oss.test.FMVerifier.assertArtifactPresent()

    public void testOptimizedFlexLibrary()
        throws Exception
    {
        FMVerifier v = standardConceptTester( "optimized-flex-library" );
        v.assertArtifactPresent( "info.rvin.itest", "optimized-flex-library", "1.0-SNAPSHOT", "swc" );
        v.assertArtifactPresent( "info.rvin.itest", "optimized-flex-library", "1.0-SNAPSHOT", "swf" );
    }

    @Test( groups = { "optimizer" } )
    public void testOptimizedApplication()
        throws Exception
View Full Code Here

Examples of net.flexmojos.oss.test.FMVerifier.assertArtifactPresent()

    @Test( groups = { "optimizer" } )
    public void testOptimizedApplication()
        throws Exception
    {
        FMVerifier v = standardConceptTester( "optimized-application" );
        v.assertArtifactPresent( "info.rvin.itest", "optimized-application", "1.0-SNAPSHOT", "swf" );
        File path = new File( FMVerifier.getArtifactPath( "info.rvin.itest", "optimized-application", "1.0-SNAPSHOT", "swf" ) );
        FileAssert.assertFile( new File( path.getParentFile(), "optimized-application-1.0-SNAPSHOT-original.swf" ) );
    }

}
View Full Code Here

Examples of net.flexmojos.oss.test.FMVerifier.assertArtifactPresent()

    public void simplify()
        throws Exception
    {
        FMVerifier v = standardConceptTester( "simplify-air" );

        v.assertArtifactPresent( "info.rvin.itest", "simplify-air", "1.0-SNAPSHOT", "pom" );
        v.assertArtifactPresent( "info.rvin.itest", "simplify-air", "1.0-SNAPSHOT", "swf" );
        v.assertArtifactPresent( "info.rvin.itest", "simplify-air", "1.0-SNAPSHOT", "air" );

        ZipFile zf =
            new ZipFile( FMVerifier.getArtifactPath( "info.rvin.itest", "simplify-air", "1.0-SNAPSHOT", "air" ) );
View Full Code Here

Examples of net.flexmojos.oss.test.FMVerifier.assertArtifactPresent()

        throws Exception
    {
        FMVerifier v = standardConceptTester( "simplify-air" );

        v.assertArtifactPresent( "info.rvin.itest", "simplify-air", "1.0-SNAPSHOT", "pom" );
        v.assertArtifactPresent( "info.rvin.itest", "simplify-air", "1.0-SNAPSHOT", "swf" );
        v.assertArtifactPresent( "info.rvin.itest", "simplify-air", "1.0-SNAPSHOT", "air" );

        ZipFile zf =
            new ZipFile( FMVerifier.getArtifactPath( "info.rvin.itest", "simplify-air", "1.0-SNAPSHOT", "air" ) );
        try
View Full Code Here

Examples of net.flexmojos.oss.test.FMVerifier.assertArtifactPresent()

    {
        FMVerifier v = standardConceptTester( "simplify-air" );

        v.assertArtifactPresent( "info.rvin.itest", "simplify-air", "1.0-SNAPSHOT", "pom" );
        v.assertArtifactPresent( "info.rvin.itest", "simplify-air", "1.0-SNAPSHOT", "swf" );
        v.assertArtifactPresent( "info.rvin.itest", "simplify-air", "1.0-SNAPSHOT", "air" );

        ZipFile zf =
            new ZipFile( FMVerifier.getArtifactPath( "info.rvin.itest", "simplify-air", "1.0-SNAPSHOT", "air" ) );
        try
        {
View Full Code Here

Examples of net.flexmojos.oss.test.FMVerifier.assertArtifactPresent()

        // {
        // osPackages = "exe";
        // }

        FMVerifier v = standardConceptTester( "native-air"/* , "-Dos.packages=" + osPackages */);
        v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", "pom" );
        v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", "swf" );
        v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", "air" );
        // v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", "apk" );
        // v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", osPackages );
    }
View Full Code Here

Examples of net.flexmojos.oss.test.FMVerifier.assertArtifactPresent()

        // osPackages = "exe";
        // }

        FMVerifier v = standardConceptTester( "native-air"/* , "-Dos.packages=" + osPackages */);
        v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", "pom" );
        v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", "swf" );
        v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", "air" );
        // v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", "apk" );
        // v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", osPackages );
    }

View Full Code Here

Examples of net.flexmojos.oss.test.FMVerifier.assertArtifactPresent()

        // }

        FMVerifier v = standardConceptTester( "native-air"/* , "-Dos.packages=" + osPackages */);
        v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", "pom" );
        v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", "swf" );
        v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", "air" );
        // v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", "apk" );
        // v.assertArtifactPresent( "info.rvin.itest", "native-air", "1.0-SNAPSHOT", osPackages );
    }

    @Test( dataProvider = "flex3Air" )
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.