278279280281282283284285286287288
public int getStart() { return -1; } }; String result = producer.href(fakeExport, new File("/foo/bar/")); assertEquals("https://github.com/puppetlabs/geppetto/master/about.html#L23", result); } @Test