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

Method wrapAndParse

src/test/java/com/amazon/ion/ListTest.java:70–75  ·  view source on GitHub ↗
(String... children)

Source from the content-addressed store, hash-verified

68 }
69
70 @Override
71 protected IonList wrapAndParse(String... children)
72 {
73 String text = wrap(children);
74 return (IonList) system().singleValue(text);
75 }
76
77 @Override
78 protected IonList wrap(IonValue... children)

Callers 7

testSetMethod · 0.45
testSetNullElementMethod · 0.45
testSetContainedValueMethod · 0.45
testSetDatagramMethod · 0.45
testSetReadOnlyChildMethod · 0.45

Calls 3

wrapMethod · 0.95
singleValueMethod · 0.65
systemMethod · 0.45

Tested by

no test coverage detected