Searched refs:expectedBlock (Results 1 – 1 of 1) sorted by relevance
3525 Pair<byte[], Integer> expectedBlock) throws Exception { in assertSigningBlockContains() argument3532 if (signatureBlock.getSecond().equals(expectedBlock.getSecond())) { in assertSigningBlockContains()3533 if (Arrays.equals(signatureBlock.getFirst(), expectedBlock.getFirst())) { in assertSigningBlockContains()3540 expectedBlock.getSecond())); in assertSigningBlockContains()