TestCase.assertNotSame( comp10, comp12 );
TestCase.assertNotSame( comp11, comp12 );
TestCase.assertEquals( srv2, comp12.m_singleRef );
TestCase.assertTrue( comp12.m_multiRef.isEmpty() );
component.disable();
delay(); // async disabling
final SimpleServiceImpl srv3 = SimpleServiceImpl.create( bundleContext, "srv3" );
// enable component with two services available, expect srv2 bind