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

Method testFactoryBlob

src/test/java/com/amazon/ion/BlobTest.java:136–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 // Test cases
135
136 @Test
137 public void testFactoryBlob()
138 throws Exception
139 {
140 IonBlob value = system().newNullBlob();
141 checkNullBlob(value);
142 modifyBlob(value);
143 }
144
145 @Test
146 public void testTextNullBlob()

Callers

nothing calls this directly

Calls 4

checkNullBlobMethod · 0.95
modifyBlobMethod · 0.95
newNullBlobMethod · 0.65
systemMethod · 0.45

Tested by

no test coverage detected