Package com.technophobia.substeps.runner.syntax

Examples of com.technophobia.substeps.runner.syntax.ClassAnalyser



    private StepValidator createStepValidatorWithSubsteps(final String substepsFilename,
            final Class<?>... stepImplClasses) {
        final Syntax syntax = SyntaxBuilder.buildSyntax(Arrays.asList(stepImplClasses),
                createSubstepsFile(substepsFilename), true, new String[0], new ClassAnalyser(), true,
                this.syntaxErrorReporter);

        return new SyntaxAwareStepValidator(syntax);
    }
View Full Code Here

TOP

Related Classes of com.technophobia.substeps.runner.syntax.ClassAnalyser

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.