Examples of assertTestSuiteResults()


Examples of org.apache.maven.surefire.its.fixture.OutputValidator.assertTestSuiteResults()

    @Test
    public void test()
        throws Exception
    {
        OutputValidator validator = unpack( "surefire-943-report-content" ).maven().withFailure().executeTest();
        validator.assertTestSuiteResults( 6, 0, 3, 0 );

        validate( validator, "org.sample.module.My1Test" );
        validate( validator, "org.sample.module.My2Test" );
        validate( validator, "org.sample.module.My3Test" );
    }
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.