()
| 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() |
nothing calls this directly
no test coverage detected