final SimpleComponent comp10 = SimpleComponent.INSTANCE;
TestCase.assertNotNull( comp10 );
TestCase.assertNull( comp10.m_singleRef );
TestCase.assertTrue( comp10.m_multiRef.contains( srv1 ) );
srv1.drop();
// no delay, should be immediate
TestCase.assertEquals( Component.STATE_ACTIVE, component.getState() );
final SimpleComponent comp11 = SimpleComponent.INSTANCE;
TestCase.assertSame( comp10, comp11 );