Lines Matching defs:breadcrumbPath
74 public void breadcrumbPath() {
75 assertEquals(null, Util.breadcrumbPath("/root/", null));
77 assertEquals("", Util.breadcrumbPath("/root/", ""));
80 Util.breadcrumbPath("/root/", "x"));
82 Util.breadcrumbPath("/root/", "xx"));
86 Util.breadcrumbPath("/r/", "a/b"));
90 Util.breadcrumbPath("/r/", "a/b/"));
95 Util.breadcrumbPath("/r/", "java.lang.String", '.'));
98 Util.breadcrumbPath("/root/", "xx", '/', "&project=y", false));
103 Util.breadcrumbPath("/root/", "../xx", '/', "&project=y", true));
108 Util.breadcrumbPath("/r/", "../a/b/../c//d", '/', "", true));