Searched defs:getFilename (Results 1 - 4 of 4) sorted by relevance

/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java149 * Test of getFilename method, of class Annotation.
152 public void getFilename() { method in class:AnnotationTest
154 assertEquals("testfile.tst", instance.getFilename());
/opengrok-sun/test/org/opensolaris/opengrok/web/
H A DDirectoryListingTest.java153 private String getFilename(Node item) throws Exception { method in class:DirectoryListingTest
209 entry.name = getFilename(nl.item(1));
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAnnotation.java178 public String getFilename() { method in class:Annotation
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DHit.java106 public String getFilename() { method in class:Hit

Completed in 727 milliseconds