* Test overriding the AbstractManagedObjectFactory.defaultInstanceFactory
*/
public void testDefaultInstanceFactory()
{
AbstractManagedObjectFactory mof = new AbstractManagedObjectFactory();
mof.setDefaultInstanceFactory(new TestICF());
TestSimpleICF icf = new TestSimpleICF();
mof.setInstanceClassFactory(Simple.class, icf);
testMOF = mof;
BigDecimal bigDecimal = new BigDecimal(10);