Home
last modified time | relevance | path

Searched refs:throwingAppendable (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/HexFormat/
DHexFormatTest.java619 Appendable throwingAppendable = new ThrowingAppendable(); in testIOException() local
621 () -> 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()