// =====================================================================
// Create Mocks
// =====================================================================
final InteractionEventListenerMock deepListenerMock =
new InteractionEventListenerMock(
"deepListenerMock", expectations);
final InteractionEventListenerMock shallowListenerMock =
new InteractionEventListenerMock(
"shallowListenerMock", expectations);
// =====================================================================
// Set Expectations
// =====================================================================