Skip to main content

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