this.portletAdaptor.setPortalControlStructures(pcs);
this.portletAdaptor.setRuntimeData(rd);
final ChannelCacheKey channelCacheKey = new ChannelCacheKey();
final Object validity = new Object();
final PrintWriter pw = new PrintWriter(new NullOutputStream());
EasyMock.reset(this.portletChannel);
EasyMock.expect(this.portletChannel.generateKey(this.sd, pcs, rd)).andReturn(channelCacheKey).once();
EasyMock.expect(this.portletChannel.isCacheValid(this.sd, pcs, rd, validity)).andReturn(false).once();
this.portletChannel.render(this.sd, pcs, rd, pw);