public class SeleniumAssertionHelper
| Modifier and Type | Field and Description |
|---|---|
static SeleniumAssertionHelper |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertEqualsHtml(java.lang.String expected,
java.lang.String actual) |
static <T> void |
assertThat(T actual,
com.natpryce.hamkrest.Matcher<? super T> condition,
SeleniumHelper seleniumHelper,
org.openqa.selenium.WebDriver webDriver,
java.lang.String description,
de.richtercloud.selenium.tools.WaitExceptionAction waitExceptionActions) |
static com.natpryce.hamkrest.Matcher<java.lang.String> |
equalToHtml(java.lang.String expected) |
public static SeleniumAssertionHelper INSTANCE
public static <T> void assertThat(T actual,
com.natpryce.hamkrest.Matcher<? super T> condition,
SeleniumHelper seleniumHelper,
org.openqa.selenium.WebDriver webDriver,
java.lang.String description,
de.richtercloud.selenium.tools.WaitExceptionAction waitExceptionActions)
public static void assertEqualsHtml(java.lang.String expected,
java.lang.String actual)
public static com.natpryce.hamkrest.Matcher<java.lang.String> equalToHtml(java.lang.String expected)