private static PortletContainerImpl container =
new PortletContainerImpl("test", null, null);
public void testSetInvocation()
{
ContainerInvocation.setInvocation(container, new PortletWindow() {
public PortletWindowID getId() {
return null; //To change body of implemented methods use File | Settings | File Templates.
}