PersistentClass pc = getCfg().getClassMapping(
"org.hibernate.tool.hbm2x.Order" );
assertEquals(
"java.util.Calendar orderDate, java.math.BigDecimal total, org.hibernate.tool.hbm2x.Customer customer, java.util.Collection lineItems",
c2j.asParameterList( pc.getPropertyIterator(), false, new NoopImportContext() ));
assertEquals( "orderDate, total, customer, lineItems", c2j
.asArgumentList( pc.getPropertyIterator() ) );
}