Searched refs:throwingAppendable (Results 1 – 1 of 1) sorted by relevance
619 Appendable throwingAppendable = new ThrowingAppendable(); in testIOException() local621 () -> hex.formatHex(throwingAppendable, new byte[1])); in testIOException()623 () -> hex.formatHex(throwingAppendable, new byte[1], 0, 1)); in testIOException()625 () -> hex.toHexDigits(throwingAppendable, (byte)1)); in testIOException()