Module assertions

Module assertions 

Source
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.