validateFields("()", "SimpleBeanFactory.newInstance()", bean);
}
public void testConfigure20WithCtorExplicitFactoryClassAndParams() throws Exception
{
// check bean
SimpleBean bean = unmarshal("TestConfigure20WithCtorExplicitFactoryClassAndParams.xml", SimpleBean.class);
validateFields("(<all-fields>)", "SimpleBeanFactory.newInstance(<all-fields>)", bean);
}