Package-level declarations
Utility assertion functions to test validations.
Utility assertion functions to test validations.
Functions
Asserts that actualIssues contains a matching expectedIssue.
Asserts that the actualIssues contains all matching expectedIssues. The order in which the issues appear is not relevant.
Asserts that the expectedIssues match the actualIssues. The order in which the issues appear is not relevant.
Asserts that actualIssues does not contain a matching forbiddenIssue.
Asserts that the actualIssues does not contain any matching issues in forbiddenIssues. The order in which the issues appear is not relevant.
Runs a given validation within a form with a schema of type AnySchema and returns a flow over its issues.
Runs a given validation within a form with schema formSchema and returns a flow over its issues.
Runs a given validation within a form with a schema of type AnySchema and returns a future that completes with a list of its issues.
Runs a given validation within a form with schema formSchema and returns a future that completes with a list of its issues.