Package com.codeborne.selenide.ex
Class SoftAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.opentest4j.MultipleFailuresError
com.codeborne.selenide.ex.SoftAssertionError
- All Implemented Interfaces:
Serializable
@ParametersAreNonnullByDefault
public class SoftAssertionError
extends org.opentest4j.MultipleFailuresError
- See Also:
-
Constructor Summary
ConstructorDescriptionSoftAssertionError
(String message, List<? extends Throwable> failures, boolean fullStacktraces) -
Method Summary
Methods inherited from class org.opentest4j.MultipleFailuresError
getFailures, getMessage, hasFailures
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SoftAssertionError
-