Package com.technophobia.substeps.execution

Examples of com.technophobia.substeps.execution.ExecutionNodeResult


    /**
     * @param node
     */
    public void apply(final IExecutionNode node) {

        final ExecutionNodeResult result = node.getResult();

        count++;

        switch (result.getResult()) {
            case IGNORED:
            case NOT_INCLUDED:
            case NOT_RUN: {
                ignored++;

View Full Code Here

TOP

Related Classes of com.technophobia.substeps.execution.ExecutionNodeResult

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.