Expand description
Test assertion macros and helpers.
Provides ergonomic assertion macros for common FORGE testing patterns.
Functionsยง
- assert_
contains - Assert that an array contains an element matching a predicate.
- assert_
json_ matches - Assert that a value matches a JSON pattern (partial matching).
- error_
contains - Check if an error message contains a substring.
- validation_
error_ for_ field - Check if a validation error contains a specific field.