Package org.mapstruct.ap.testutil.assertions

Examples of org.mapstruct.ap.testutil.assertions.JavaFileAssert


     * @param path the path relative to the source output directory of the java file to return an assert for
     *
     * @return an assert for the file specified by the given path
     */
    public JavaFileAssert forJavaFile(String path) {
        return new JavaFileAssert( new File( CompilingStatement.getSourceOutputDir() + "/" + path ) );
    }
View Full Code Here

TOP

Related Classes of org.mapstruct.ap.testutil.assertions.JavaFileAssert

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.