public class TestUtils extends Object
| Constructor and Description |
|---|
TestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeString(String string)
Escapes a string for use in JavaScript.
|
public static String escapeString(String string)
GeneralUtil.escapeForJavascript(String)
which we shouldn't depend on in tests.Copyright © 2003–2019 Atlassian. All rights reserved.