Package org.jbehave.core.io

Examples of org.jbehave.core.io.RelativePathCalculator


public class GivenRelativePathStory extends CoreStory {

    @Override
    public Configuration configuration() {
        return super.configuration().usePathCalculator(new RelativePathCalculator());
    }
View Full Code Here

TOP

Related Classes of org.jbehave.core.io.RelativePathCalculator

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.