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

Method testBlobData

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

Source from the content-addressed store, hash-verified

281
282
283 @Test
284 public void testBlobData()
285 throws IOException
286 {
287 for (int i = 0; i < TEST_DATA.length; i++)
288 {
289 TestData td = TEST_DATA[i];
290// IonBlob value = (IonBlob) oneValue("{{ " + td.base64 + "}}");
291// checkBlob(td.bytes, value);
292 checkBlob(td.bytes, td.base64);
293 }
294 }
295
296
297 @Test

Callers

nothing calls this directly

Calls 1

checkBlobMethod · 0.95

Tested by

no test coverage detected