org.jboss.jsfunit.test.richfaces
Class RichTooltipTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.cactus.internal.AbstractCactusTestCase
              extended by org.apache.cactus.ServletTestCase
                  extended by org.jboss.jsfunit.test.richfaces.RichTooltipTest
All Implemented Interfaces:
junit.framework.Test, org.apache.cactus.internal.CactusTestCase

public class RichTooltipTest
extends org.apache.cactus.ServletTestCase


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.cactus.ServletTestCase
config, request, response, session
 
Constructor Summary
RichTooltipTest()
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testTooltip_DefaultClientSide()
           
 void testTooltip_FollowMouse()
           
 void testTooltip_MouseClick()
           
 void testTooltip_ServerRender()
           
 
Methods inherited from class org.apache.cactus.ServletTestCase
createProtocolHandler
 
Methods inherited from class org.apache.cactus.internal.AbstractCactusTestCase
runBare, runBareServer
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.cactus.internal.CactusTestCase
runBareServer
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

RichTooltipTest

public RichTooltipTest()
Method Detail

suite

public static junit.framework.Test suite()

setUp

public void setUp()
           throws IOException
Overrides:
setUp in class junit.framework.TestCase
Throws:
IOException

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testTooltip_DefaultClientSide

public void testTooltip_DefaultClientSide()

testTooltip_FollowMouse

public void testTooltip_FollowMouse()
                             throws InterruptedException
Throws:
InterruptedException

testTooltip_ServerRender

public void testTooltip_ServerRender()
                              throws InterruptedException
Throws:
InterruptedException

testTooltip_MouseClick

public void testTooltip_MouseClick()
                            throws IOException,
                                   InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2007-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.