com.atlassian.confluence.webdriver
Class GlobaljQueryTest
java.lang.Object
com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobaljQueryTest
public GlobaljQueryTest()
testjQueryDefinedInGlobalNamespace
public void testjQueryDefinedInGlobalNamespace()
Copyright © 2003–2015 Atlassian. All rights reserved.