Package com.puppetlabs.geppetto.graph

Examples of com.puppetlabs.geppetto.graph.IHrefProducer.href()


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