This class provides helpers for finding the commits that branches and tags reference.
4243444546474849
/** * Test constructor */ @Test public void constructor() { assertNotNull(new CommitUtils() { }); }