Searched refs:blobHandle2 (Results 1 – 1 of 1) sorted by relevance
1647 final BlobHandle blobHandle2 = BlobHandle.createWithSha256("digest".getBytes(), in testBlobHandleEquality() local1649 assertThat(blobHandle1).isEqualTo(blobHandle2); in testBlobHandleEquality()1656 final BlobHandle blobHandle2 = BlobHandle.createWithSha256("digest2".getBytes(), in testBlobHandleEquality() local1658 assertThat(blobHandle1).isNotEqualTo(blobHandle2); in testBlobHandleEquality()1665 final BlobHandle blobHandle2 = BlobHandle.createWithSha256("digest".getBytes(), in testBlobHandleEquality() local1667 assertThat(blobHandle1).isNotEqualTo(blobHandle2); in testBlobHandleEquality()1674 final BlobHandle blobHandle2 = BlobHandle.createWithSha256("digest".getBytes(), in testBlobHandleEquality() local1676 assertThat(blobHandle1).isNotEqualTo(blobHandle2); in testBlobHandleEquality()1683 final BlobHandle blobHandle2 = BlobHandle.createWithSha256("digest".getBytes(), in testBlobHandleEquality() local1685 assertThat(blobHandle1).isNotEqualTo(blobHandle2); in testBlobHandleEquality()