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

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java99 * Test of getWidestRevision method, of class Annotation.
102 public void getWidestRevision() { method in class:AnnotationTest
104 assertEquals(instance.getWidestRevision(), 0);
106 assertEquals(instance.getWidestRevision(), 3);
108 assertEquals(instance.getWidestRevision(), 5);
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAnnotation.java113 public int getWidestRevision() { method in class:Annotation

Completed in 14 milliseconds