Class SHAFT.Validations

java.lang.Object
com.shaft.driver.SHAFT.Validations
Enclosing class:
SHAFT

public static class SHAFT.Validations extends Object
Provides standalone assertion and verification builders for use outside of a WebDriver context (e.g., API response validation, object comparison).

Usage example:

SHAFT.Validations.assertThat().object(actualValue).isEqualTo(expectedValue).perform();
SHAFT.Validations.verifyThat().number(count).isGreaterThan(0).perform();