Package ratpack.test.embed.internal

Examples of ratpack.test.embed.internal.JarFileBaseDirBuilder


  public static BaseDirBuilder tmpJar() {
    return jar(ExceptionUtils.uncheck(() -> File.createTempFile("ratpack", ".jar")));
  }

  public static BaseDirBuilder jar(File jarFile) {
    return new JarFileBaseDirBuilder(jarFile);
  }
View Full Code Here

TOP

Related Classes of ratpack.test.embed.internal.JarFileBaseDirBuilder

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.