TestValidator TestValidator(
)
|
|
constructor
tests character validator
checks
- valid string,
- invalid string,
- empty
tests dsn validator
checks
- valid string,
- invalid string,
- empty
tests ip validator
checks
- valid string,
- invalid string,
- empty
tests email-address validator
checks
- valid mail,
- short mail,
- tags,
- empty, tags,
- invalid characters,
- missing @,
- multiple @,
- multiple .,
- false .,
- missing user,
- missing host
tests number validator
checks
- integer,
- float,
- zero,
- zero float,
- comma notation,
- negative,
- wrong format
tests text validator
checks
- text,
- long text,
- tags,
- hidden tags