verify(portletDefinitionRegistry, portletDefinition, portletRequestParameterManager, portletEntity, portletEntityRegistry, portletWindow, portletWindowRegistry, person);
}
public void testIsCacheValidWindowOverride() throws Exception {
final ChannelStaticData channelStaticData = new ChannelStaticData();
channelStaticData.setChannelPublishId("pub1");
channelStaticData.setChannelSubscribeId("sub1");
final IPerson person = createMock(IPerson.class);
channelStaticData.setPerson(person);
final MockHttpServletRequest request = new MockHttpServletRequest();
final MockHttpServletResponse response = new MockHttpServletResponse();