Example #1
0
 public void testSimple() {
   assertEquals("/something.html", Utils.createCitationURL("/", "something"));
 }
Example #2
0
 public void testEmptyURL() {
   assertEquals("", Utils.createCitationURL("", "something"));
 }