constructReconstructTest(null, SimpleObject.class);
}
public void testCompositeContainsNull() throws Exception
{
NullSimpleObject simple = new NullSimpleObject();
CompositeData openData = createCompositeData(simple.getClass().getName(), SimpleInterface.KEYS, SimpleInterface.TYPES, SimpleInterface.LEGAL_NULL_VALUES);
constructReconstructTest(simple, openData);
}