{
assertTrue(
"A just created event should be empty. I mean there shouldn't be event instances inside.",
_event.hasNoInstances());
QpidManagedEvent instance = createEventInstance();
assertFalse (
"Now a new instance should be there...",
_event.hasNoInstances());