808182838485868788
public void testPayment() throws Exception { MappedSchema<Payment> schema = getSchema(Payment.class); Payment payment = MathObjectsTest.filledPayment(); roundTrip(payment, schema, schema.getPipeSchema()); }