edu.samplu.krad.configview
Class HelpIT

java.lang.Object
  extended by edu.samplu.krad.configview.HelpIT

public class HelpIT
extends Object

Test the help widget

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
HelpIT()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testDisplayOnlyExternalHelp()
          Test the external help on the sub-section and display only fields
 void testDisplayOnlyTooltipHelp()
          Test the tooltip help on the sub-section and fields that are display only
 void testExternalHelp()
          Test the external help on the section and fields
 void testMissingExternalHelp()
          Test the external help on the section and fields with missing help URL
 void testMissingTooltipHelp()
          Test the tooltip help on the section and fields with no content
 void testPageHelp()
          Test the tooltip and external help on the page
 void testTooltipExternalHelp()
          Test the tooltip help and external help when both are specified
 void testTooltipHelp()
          Test the tooltip help on the section and fields
 void testViewHelp()
          Test the tooltip and external help on the view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpIT

public HelpIT()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testViewHelp

public void testViewHelp()
                  throws Exception
Test the tooltip and external help on the view

Throws:
Exception

testPageHelp

public void testPageHelp()
                  throws Exception
Test the tooltip and external help on the page

Throws:
Exception

testTooltipHelp

public void testTooltipHelp()
                     throws Exception
Test the tooltip help on the section and fields

Throws:
Exception

testDisplayOnlyTooltipHelp

public void testDisplayOnlyTooltipHelp()
                                throws Exception
Test the tooltip help on the sub-section and fields that are display only

Throws:
Exception

testMissingTooltipHelp

public void testMissingTooltipHelp()
                            throws Exception
Test the tooltip help on the section and fields with no content

Throws:
Exception

testExternalHelp

public void testExternalHelp()
                      throws Exception
Test the external help on the section and fields

Throws:
Exception

testDisplayOnlyExternalHelp

public void testDisplayOnlyExternalHelp()
                                 throws Exception
Test the external help on the sub-section and display only fields

Throws:
Exception

testMissingExternalHelp

public void testMissingExternalHelp()
                             throws Exception
Test the external help on the section and fields with missing help URL

Throws:
Exception

testTooltipExternalHelp

public void testTooltipExternalHelp()
                             throws Exception
Test the tooltip help and external help when both are specified

Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.