Searched refs:blobHandle1 (Results 1 – 1 of 1) sorted by relevance
1645 final BlobHandle blobHandle1 = BlobHandle.createWithSha256("digest".getBytes(), in testBlobHandleEquality() local1649 assertThat(blobHandle1).isEqualTo(blobHandle2); in testBlobHandleEquality()1654 final BlobHandle blobHandle1 = BlobHandle.createWithSha256("digest1".getBytes(), in testBlobHandleEquality() local1658 assertThat(blobHandle1).isNotEqualTo(blobHandle2); in testBlobHandleEquality()1663 final BlobHandle blobHandle1 = BlobHandle.createWithSha256("digest".getBytes(), in testBlobHandleEquality() local1667 assertThat(blobHandle1).isNotEqualTo(blobHandle2); in testBlobHandleEquality()1672 final BlobHandle blobHandle1 = BlobHandle.createWithSha256("digest".getBytes(), in testBlobHandleEquality() local1676 assertThat(blobHandle1).isNotEqualTo(blobHandle2); in testBlobHandleEquality()1681 final BlobHandle blobHandle1 = BlobHandle.createWithSha256("digest".getBytes(), in testBlobHandleEquality() local1685 assertThat(blobHandle1).isNotEqualTo(blobHandle2); in testBlobHandleEquality()