380381382383384385386387388
@Test public void testImmutableDerivedFromGeneric() throws Exception { ConcreteDerivedFromGeneric immutable = new ConcreteDerivedFromGeneric(Math.E, Math.PI); testRoundTripSerialize(immutable, new TCompactProtocol.Factory()); }
336337338339340341342343344
@Test public void testImmutableDerivedFromGeneric() throws Exception { ConcreteDerivedFromGeneric immutable = new ConcreteDerivedFromGeneric(Math.E, Math.PI); testRoundTripSerialize(immutable); }