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

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java112 * Test of getWidestAuthor method, of class Annotation.
115 public void getWidestAuthor() { method in class:AnnotationTest
117 assertEquals(instance.getWidestAuthor(), 0);
119 assertEquals(instance.getWidestAuthor(), 6);
121 assertEquals(instance.getWidestAuthor(), 8);
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAnnotation.java122 public int getWidestAuthor() { method in class:Annotation

Completed in 8 milliseconds