Assert.assertEquals("ABC", extracter1.extractFromBinary(ctx, blob));
}
@Test
public void testTypeB_String_length() {
ConfigurablePofContext ctx = new ConfigurablePofContext(XmlHelper.loadXml(getClass().getResource("/test-pof-config.xml")));
TypeB b = new TypeB();
b.string = "ABC";
Binary blob = ExternalizableHelper.toBinary(b, ctx);