com.atlassian.confluence.webdriver
Class GlobaljQueryTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
      extended by com.atlassian.confluence.webdriver.GlobaljQueryTest

public class GlobaljQueryTest
extends AbstractInjectableWebDriverTest

For a long time, jQuery reference was leaked into the global namespace. It was decided that instead of fixing this behavior we should define it explicitly for the following reasons: 1. Developers have begun to depend on it. Removing it now would break existing code 2. There is no longer a concern about conflicting with other libraries such as Prototype


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
darkFeaturesHelper, methodRules, name, product, rpc, serverStateManager, testData, userHelper
 
Constructor Summary
GlobaljQueryTest()
           
 
Method Summary
 void testjQueryDefinedInGlobalNamespace()
           
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobaljQueryTest

public GlobaljQueryTest()
Method Detail

testjQueryDefinedInGlobalNamespace

public void testjQueryDefinedInGlobalNamespace()


Copyright © 2003-2014 Atlassian. All Rights Reserved.