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

Method cloneBasicStruct

src/test/java/com/amazon/ion/CloneTest.java:209–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 }
208
209 @Test
210 public void cloneBasicStruct()
211 {
212 IonStruct original = system().newEmptyStruct();
213 original.add("foo").newString("bar");
214
215 assertSelfCloneable(original);
216 }
217
218 @Test
219 public void cloneNestedContainer()

Callers

nothing calls this directly

Calls 5

systemMethod · 0.95
addMethod · 0.95
assertSelfCloneableMethod · 0.95
newEmptyStructMethod · 0.65
newStringMethod · 0.65

Tested by

no test coverage detected