Ejemplo n.º 1
0
 @Test
 public void thriftTest() {
   CommandLineJobInfo jobInfo = createRandom();
   CommandLineJobInfo other = ThriftUtils.fromThrift(ThriftUtils.toThrift(jobInfo));
   checkEquality(jobInfo, other);
 }