Searched refs:getWidestAuthor (Results 1 - 5 of 5) sorted by relevance

/opengrok-sun/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);
H A DBazaarRepositoryTest.java93 assertEquals(author2.length(), result.getWidestAuthor());
H A DCVSRepositoryTest.java110 assertEquals(author2.length(), result.getWidestAuthor());
H A DGitRepositoryTest.java92 assertEquals(author2.length(), result.getWidestAuthor());
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAnnotation.java141 public int getWidestAuthor() { method in class:Annotation

Completed in 9 milliseconds