Validator Actions

Centum\Codeception\Actions\ValidatorActions

seeValidatorPasses

seeValidatorPasses(
    Centum\Interfaces\Validator\ValidatorInterface $validator,
    mixed $value
): void

seeValidatorFails

seeValidatorFails(
    Centum\Interfaces\Validator\ValidatorInterface $validator,
    mixed $value,
    list<string>|null $expectedViolations = null
): void