TestCase.assertNotNull( comp10 );
TestCase.assertEquals( 2, comp10.getBindings().size() );
TestCase.assertEquals( "bindSimpleService", comp10.getBindings().get( 0 ) );
TestCase.assertEquals( "bindSimpleService2", comp10.getBindings().get( 1 ) );
component.disable();
delay();
TestCase.assertEquals( 4, comp10.getBindings().size() );
TestCase.assertEquals( "bindSimpleService", comp10.getBindings().get( 0 ) );
TestCase.assertEquals( "bindSimpleService2", comp10.getBindings().get( 1 ) );