GenericAssertions
Playwright\Assertions\GenericAssertionsInterface
Methods
toEqual()
selffunction toEqual(mixed $expected, ?AssertionOptions $options = null): self
toBeTruthy()
selffunction toBeTruthy(?AssertionOptions $options = null): self
toBeFalsy()
selffunction toBeFalsy(?AssertionOptions $options = null): self
toBeGreaterThan()
selffunction toBeGreaterThan(int|float $expected, ?AssertionOptions $options = null): self
not()
selffunction not(): self