public interface URLAssertions
Modifier and Type | Method and Description |
---|---|
void |
assertCurrentURLEndsWith(String expectedEnd)
Make sure the current URL ends with the specified value.
|
void |
assertCurrentURLMatchesRegex(String regex)
Make sure current URL match the passed regular expression.
|
void |
assertCurrentURLPathEndsWith(String expectedEnd)
Make sure the current URL path ends with the specified value.
|
void |
assertURLAreSimilair(String msg,
String expectedURL,
String actualURL)
Makes sure that the 2 URLs are similair enough to be compared
|
void assertCurrentURLPathEndsWith(String expectedEnd)
expectedEnd
- the expected current path the check.void assertCurrentURLEndsWith(String expectedEnd)
expectedEnd
- the expected end of the current url.void assertCurrentURLMatchesRegex(String regex)
regex
- the regular to use to match.Copyright © 2002-2021 Atlassian. All Rights Reserved.