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()
744 static class ThrowingAppendable implements Appendable { class in HexFormatTest