| org.jasig.portal.ChannelDefinitionTest
ChannelDefinitionTest | public class ChannelDefinitionTest extends TestCase (Code) | | Testcase for ChannelDefinition class.
version: $Revision: 35463 $ $Date: 2005-03-29 11:24:45 -0700 (Tue, 29 Mar 2005) $ |
Method Summary | |
public void | testGetDocument() Test Element representation of channel to see that its node name is
'channel' and that it has the proper owning document and that the channel
element has the correct identifer such that it can be gotten by ID. | public void | testIsPortlet() Test that ChannelDefinition identifies CPortletAdaptor as a portlet but
does not identify CGenericXSLT as a portlet. |
testGetDocument | public void testGetDocument() throws ParserConfigurationException(Code) | | Test Element representation of channel to see that its node name is
'channel' and that it has the proper owning document and that the channel
element has the correct identifer such that it can be gotten by ID.
throws: ParserConfigurationException - |
testIsPortlet | public void testIsPortlet()(Code) | | Test that ChannelDefinition identifies CPortletAdaptor as a portlet but
does not identify CGenericXSLT as a portlet.
|
|
|