Searched defs:getWidestAuthor (Results 1 - 2 of 2) sorted by relevance

/opengrok/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java125 * Test of getWidestAuthor method, of class Annotation.
128 public void getWidestAuthor() { method in class:AnnotationTest
130 assertEquals(instance.getWidestAuthor(), 0);
132 assertEquals(instance.getWidestAuthor(), 6);
134 assertEquals(instance.getWidestAuthor(), 8);
/opengrok/src/org/opensolaris/opengrok/history/
H A DAnnotation.java145 public int getWidestAuthor() { method in class:Annotation

Completed in 12 milliseconds