MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / printed

Method printed

src/test/java/com/amazon/ion/TextTestCase.java:27–30  ·  view source on GitHub ↗
(String ionText)

Source from the content-addressed store, hash-verified

25 protected abstract String wrap(String ionText);
26
27 protected String printed(String ionText)
28 {
29 return wrap(ionText);
30 }
31
32 protected String unwrap(IonValue value)
33 {

Callers 1

testEscapeMethod · 0.95

Calls 1

wrapMethod · 0.95

Tested by

no test coverage detected