}
@Test
public void CompositeWithEagerDependencyExplicitySpecification_tc051() {
CompositeType ct1 = (CompositeType) waitForImplByName(null,
"S2Impl-composite-eager-forceEager");
String message = "During this test, we enforce the resolution of the dependency by signaling dependency as eager='true'. %s";
Assert.assertTrue(String.format(message,
"Although, the test failed to retrieve the composite"),
ct1 != null);
auxListInstances("instances existing before the test-");
Composite instanceComposite = (Composite) ct1.createInstance(null,
new HashMap<String, String>());
InstanceImpl mainInstance = (InstanceImpl) instanceComposite
.getMainInst();