|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.selenium.client.TestUtils
public class TestUtils
Static class (that might be renamed) to provide Selenium tests with common util methods.
| Constructor Summary | |
|---|---|
TestUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
escapeString(java.lang.String string)
Escapes a string for use in JavaScript. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestUtils()
| Method Detail |
|---|
public static java.lang.String escapeString(java.lang.String string)
GeneralUtil.escapeForJavascript(String)
which we shouldn't depend on in tests.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||