// =====================================================================
// Set Expectations
// =====================================================================
final RemovalListenerMock listenerRootMock =
new RemovalListenerMock("listenerRootMock", expectations);
final RemovalListenerMock listener1Mock =
new RemovalListenerMock("listener1Mock", expectations);
final RemovalListenerMock listener2Mock =
new RemovalListenerMock("listener2Mock", expectations);
final RemovalListenerMock listener3Mock =
new RemovalListenerMock("listener3Mock", expectations);
final RemovalListenerMock listener4Mock =
new RemovalListenerMock("listener4Mock", expectations);
ExpectCacheEntry removeGroup2Key1 = new ExpectCacheEntry(
"group2.key1", "value for (group2.key1)");
ExpectedValue expectsCacheEntry =
mockFactory.expectsInstanceOf(CacheEntry.class);