Package com.codeborne.selenide.ex
Class DoesNotContainTextsError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.opentest4j.AssertionFailedError
com.codeborne.selenide.ex.UIAssertionError
com.codeborne.selenide.ex.DoesNotContainTextsError
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.codeborne.selenide.ex.UIAssertionError
errorFormatter -
Constructor Summary
ConstructorsConstructorDescriptionDoesNotContainTextsError(CollectionSource collection, List<String> expectedTexts, List<String> actualTexts, List<String> difference, @Nullable String explanation, long timeoutMs, @Nullable Throwable cause) -
Method Summary
Methods inherited from class com.codeborne.selenide.ex.UIAssertionError
getMessage, getScreenshot, toString, wrap, wrapMethods inherited from class org.opentest4j.AssertionFailedError
getActual, getExpected, isActualDefined, isExpectedDefinedMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DoesNotContainTextsError
-