Module assertions

Module assertions 

Source
Expand description

Rich assertion library for domain-specific checks

This module provides Jane-friendly assertions that understand the domain and provide clear, actionable feedback when tests fail.

Structs§

AssertionContext
Rich assertion context for domain-specific checks
CacheAssertions
Cache assertion helpers
DatabaseAssertions
Database assertion helpers
EmailServiceAssertions
Email service assertion helpers
ServiceState
Service state information
UserAssertions
User assertion helpers

Functions§

cache
Get cache assertions for the current test
database
Get database assertions for the current test
email_service
Get email service assertions for the current test
get_assertion_context
Get the assertion context for the current test
set_assertion_context
Set the assertion context for the current test