Package com.technophobia.substeps.model

Examples of com.technophobia.substeps.model.Background


        if (currentBackground != null) {

            final int backgroundLineNumberIdx = backgroundLineNumber();

            scenario.setBackground(new Background(backgroundLineNumberIdx, currentBackground, ff.getSourceFile()));

        }
    }
View Full Code Here

TOP

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

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.