instanceIE.getUserName(); // This causes the observer to exist in the context, therefore IF_EXISTS is true.
LoggedInEvent event = new LoggedInEvent("Gurkan");
Annotation[] anns = new Annotation[1];
anns[0] = new NotAnyLiteral();
getManager().fireEvent(event, anns);
Assert.assertEquals("IEGurkan", outstance.getUserIEName());
Assert.assertEquals("Gurkan", outstance.getUserName());