Examples of markAsDisabled()


Examples of ar.com.dgarcia.javaspec.impl.model.impl.GroupSpecDefinition.markAsDisabled()

     * @param aGroupName The name identifying the group
     * @param aGroupDefinition The code that defines sub-tests, or sub-contexts
     */
    public void xdescribe(String aGroupName, Runnable aGroupDefinition){
        GroupSpecDefinition createdGroup = createGroupDefinition(aGroupName, aGroupDefinition);
        createdGroup.markAsDisabled();
    }


    /**
     * Uses the definition of this spec class to create the nodes in the tree.<br>
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.