Class ConditionNotMetException

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.opentest4j.AssertionFailedError
com.codeborne.selenide.ex.UIAssertionError
com.codeborne.selenide.ex.ConditionNotMetException
All Implemented Interfaces:
Serializable

@ParametersAreNonnullByDefault public class ConditionNotMetException extends UIAssertionError
See Also:
  • Constructor Details

    • ConditionNotMetException

      public ConditionNotMetException(Driver driver, ObjectCondition<T> condition, T subject)