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

Method testFactoryClob

src/test/java/com/amazon/ion/ClobTest.java:122–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 // Test cases
121
122 @Test
123 public void testFactoryClob()
124 throws Exception
125 {
126 IonClob value = system().newNullClob();
127 checkNullClob(value);
128 modifyClob(value);
129
130 value = system().newClob(null);
131 checkNullClob(value);
132 modifyClob(value);
133 }
134
135
136 @Test

Callers

nothing calls this directly

Calls 5

checkNullClobMethod · 0.95
modifyClobMethod · 0.95
newNullClobMethod · 0.65
newClobMethod · 0.65
systemMethod · 0.45

Tested by

no test coverage detected