Examples of markAsPending()


Examples of ar.com.dgarcia.javaspec.impl.model.impl.TestSpecDefinition.markAsPending()

     * @param testName The name to identify this test
     * @param aTestCode The ignored code of this tests
     */
    public void xit(String testName, Runnable aTestCode){
        TestSpecDefinition createdSpec = TestSpecDefinition.create(testName, aTestCode, specTree.getSharedContext());
        createdSpec.markAsPending();
        stack.getCurrentHead().addTest(createdSpec);
    }

    /**
     * Describes a set of test, and allows nesting of scenarios
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.