Expand description
Shared test fixture builders for integration tests and cross-crate use Shared test fixture builders for integration tests and cross-crate use.
This module is public so that dependent crates (e.g. allsource-performance)
can import ready-made fixtures instead of duplicating test data.
Functionsยง
- test_
entity_ id - test_
event - Create a minimal test event with sensible defaults.
- test_
event_ for_ tenant - Create a test event scoped to a specific tenant.
- test_
event_ type - Pre-built value objects for quick use in tests.
- test_
event_ with_ payload - Create a test event with a custom JSON payload.
- test_
store - Create an in-memory EventStore (no persistence).
- test_
store_ with_ persistence - Create an EventStore backed by a temporary directory for persistence tests.
- test_
tenant - Create a test tenant with standard quotas.
- test_
tenant_ id