BasicBeanTester
Status: Beta
Brought to you by:
williag
Hi,
To cater the scenario of testing a bean without constructor, we can register a Factory to the BeanTester FactoryCollection and use the registered factory to create the bean.
I attached the fix that I roughly created.
Please have a look.
Thanks.
BeanTester tester = new BeanTester();
tester.getFactoryCollection().addFactory(Party.class, partyFactory);
tester.testBean(Party.class);
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
Rough Fix