Package com.technophobia.substeps.model

Examples of com.technophobia.substeps.model.ExampleParameter


    private SubstepNode buildSubstepNode(final String scenarioDescription, final Step step,
            final PatternMap<ParentStep> subStepsMapLocal, final boolean throwExceptionIfUnableToBuildMethodArgs,
            final Set<String> tags, final int depth, final ParentStep substepsParent) {
        substepsParent.initialiseParamValues(-1, step.getParameterLine());

        final ExampleParameter parametersForSubSteps = substepsParent.getParamValueMap();

        final List<StepImplementation> list = this.parameters.getSyntax().checkForStepImplementations(
                step.getKeyword(), step.getParameterLine(), step.getSource(), step.getSourceLineNumber());

        if (list != null && !list.isEmpty()) {
View Full Code Here

TOP

Related Classes of com.technophobia.substeps.model.ExampleParameter

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.