com.atlassian.webdriver.it.tests
Class TestJavaScriptUtils

java.lang.Object
  extended by com.atlassian.webdriver.it.AbstractSimpleServerTest
      extended by com.atlassian.webdriver.it.tests.TestJavaScriptUtils

public class TestJavaScriptUtils
extends AbstractSimpleServerTest


Field Summary
 
Fields inherited from class com.atlassian.webdriver.it.AbstractSimpleServerTest
classRules, methodRules, product
 
Constructor Summary
TestJavaScriptUtils()
           
 
Method Summary
 void init()
           
 void testCssHoverBreaksForSomeBrowsers()
           
 void testCssHoverRespondsToMouseover()
          This test is testing that css psuedo class :hover will display an element
 void testJQueryHoverBreaksForSomeBrowsers()
           
 void testJQueryHoverRespondsToMouseover()
           
 void testMouseEventMouseOut()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJavaScriptUtils

public TestJavaScriptUtils()
Method Detail

init

public void init()

testCssHoverRespondsToMouseover

public void testCssHoverRespondsToMouseover()
This test is testing that css psuedo class :hover will display an element


testJQueryHoverRespondsToMouseover

public void testJQueryHoverRespondsToMouseover()

testCssHoverBreaksForSomeBrowsers

public void testCssHoverBreaksForSomeBrowsers()

testJQueryHoverBreaksForSomeBrowsers

public void testJQueryHoverBreaksForSomeBrowsers()

testMouseEventMouseOut

public void testMouseEventMouseOut()


Copyright © 2014 Atlassian. All rights reserved.