Package com.linkedin.pegasus.generator.test

Examples of com.linkedin.pegasus.generator.test.CustomPointRecord


  {
    PatchTreeRecorder<CustomPointRecord> pc = new PatchTreeRecorder<CustomPointRecord>(CustomPointRecord.class);
    pc.getRecordingProxy().setCustomPoint(new TestCustom.CustomPoint(1, 2));

    Assert.assertEquals(pc.generatePatchTree().getDataMap(),
                        diffEmpty(new CustomPointRecord().setCustomPoint(new TestCustom.CustomPoint(1, 2))));
  }
View Full Code Here

TOP

Related Classes of com.linkedin.pegasus.generator.test.CustomPointRecord

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.