This class provides helpers for getting the content and the ids of blobs at different paths and commits.
This class also provides helpers for computing the differences between the content of blobs.
5657585960616263
/** * Test creation of anonymous class */ @Test public void constructor() { assertNotNull(new BlobUtils() { }); }