Module err

Module err 

Source
Expand description

Assertions for specific errors in tests.

The errors are expected in the results member of a Query.

Macrosยง

application
Assert on crate::provider::Error::ApplicationError.
execution
Assert on crate::provider::Error::Execution.
not_found
Assert on crate::provider::Error::NotFound.
requirements
Assert on crate::provider::Error::Requirements.