Package net.grinder.lang.groovy

Examples of net.grinder.lang.groovy.GroovyGrinderClassPathProcessor.filterPatchClassPath()


  @Test
  public void testGroovy() {
    GroovyGrinderClassPathProcessor processor = new GroovyGrinderClassPathProcessor();
    assertThat(
            processor.filterPatchClassPath("/lib/grinder-3.9.1-patch.jar" + File.pathSeparator
                    + "/lib/logback-classic-1.0.0.jar", LOGGER)).isEqualTo(
            "/lib/grinder-3.9.1-patch.jar");
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.