GenericAssertions

Playwright\Assertions\GenericAssertionsInterface

Methods

toEqual()

self
function toEqual(mixed $expected, ?AssertionOptions $options = null): self

toBeTruthy()

self
function toBeTruthy(?AssertionOptions $options = null): self

toBeFalsy()

self
function toBeFalsy(?AssertionOptions $options = null): self

toBeGreaterThan()

self
function toBeGreaterThan(int|float $expected, ?AssertionOptions $options = null): self

not()

self
function not(): self