@Test
public void CompositePromoteMultipleExplicitImplem_tct009() {
CompositeType ctAV02 = (CompositeType) waitForImplByName(null,
"AVEntertainment-02");
Composite instAV02 = (Composite) ctAV02.createInstance(null, null);
CompositeType ctDC00 = (CompositeType) waitForImplByName(null,
"HomeDigitalContent-00");
Composite instDC00 = (Composite) ctDC00.createInstance(null, null);
Implementation tablet = waitForImplByName(null, "SmartTabletDevice");
Assert.assertNotNull(
"SmartTabletDevice implementation should not be null", tablet);
tablet.createInstance(null, null);