Examples of GroovyGrinderClassPathProcessor


Examples of net.grinder.lang.groovy.GroovyGrinderClassPathProcessor

public class GrinderClassPathTest {
  private final Logger LOGGER = LoggerFactory.getLogger(GrinderClassPathTest.class);

  @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.