Package fitnesse.testrunner

Examples of fitnesse.testrunner.ClassPathBuilder


  private static final String TEST_DIR = "testDir";

  @Before
  public void setUp() throws Exception {
    root = InMemoryPage.makeRoot("RooT");
    builder = new ClassPathBuilder();
    somePagePath = PathParser.parse("SomePage");
  }
View Full Code Here

TOP

Related Classes of fitnesse.testrunner.ClassPathBuilder

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.