Searched refs:getWidestAuthor (Results 1 - 5 of 5) 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);
H A DBazaarRepositoryTest.java90 assertEquals(author2.length(), result.getWidestAuthor());
H A DCVSRepositoryTest.java107 assertEquals(author2.length(), result.getWidestAuthor());
H A DGitRepositoryTest.java86 assertEquals(author2.length(), result.getWidestAuthor());
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAnnotation.java122 public int getWidestAuthor() { method in class:Annotation

Completed in 30 milliseconds