@Test
public void PreferenceInjectionAttributeSingleImplementationMultipleInstance_tc024()
throws InvalidSyntaxException {
Implementation lgImpl = waitForImplByName(null, "LgSwitch");
final Instance lgInst = lgImpl.createInstance(null,
new HashMap<String, String>() {
{
put("currentVoltage", "100");
}
});