站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

PortletRequestDecoderTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.portlet
Class PortletRequestDecoderTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.portlet.PortletRequestDecoderTestCase

public class PortletRequestDecoderTestCase
extends TestCase

Version:
$Revision: 5448 $
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
PortletRequestDecoderTestCase(java.lang.String name)
           
 
Method Summary
private  java.lang.String[] asStringArray(java.lang.String s)
           
 void testAction()
           
 void testActionNonOpaque()
           
 void testActionOpaque()
           
 void testCorruped()
           
 void testNav()
           
 void testRender()
           
 void testRenderNonOpaque()
           
 void testRenderOpaque()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletRequestDecoderTestCase

public PortletRequestDecoderTestCase(java.lang.String name)
Method Detail

asStringArray

private java.lang.String[] asStringArray(java.lang.String s)

testCorruped

public void testCorruped()

testNav

public void testNav()

testRender

public void testRender()

testRenderNonOpaque

public void testRenderNonOpaque()

testRenderOpaque

public void testRenderOpaque()

testAction

public void testAction()

testActionNonOpaque

public void testActionNonOpaque()

testActionOpaque

public void testActionOpaque()