import org.apache.isis.runtimes.dflt.runtime.persistence.oidgenerator.simple.SerialOid;
public class ObjectDataTest extends TestCase {
public void testValueField() {
FileVersion.setClock(new DefaultClock());
final TestProxySpecification type = new TestProxySpecification("test");
final ObjectData objectData = new ObjectData(type, SerialOid.createPersistent(13), new FileVersion(""));
assertEquals(null, objectData.get("name"));