public class PropertiesEnhancerTest extends FunctionalTest {
@Test
public void testEnhancerMethods() throws Exception {
Project obj = new Project();
// get all of the properties for a POJO
PropertyDescriptor[] descriptors = PropertyUtils
.getPropertyDescriptors(obj);
//master version also reports JPAContext, probably due to other multidb impl