All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codeborne.selenide.AssertionMode Maven / Gradle / Ivy

There is a newer version: 7.6.1
Show newest version
package com.codeborne.selenide;

/**
 * Assertion modes available
 */
public enum AssertionMode {
  /**
   * Default mode - tests are failing immediately
   */
  STRICT,
  /**
   * Test are failing only at the end of the methods.
   */
  SOFT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy