Create a one-call test context fixture for jobs, listeners, schedules,
notifications, payments, tasks, and use-case tests.
The fixture builds common memory ports through createTestPorts(...),
assembles an app context with actor, tenant, request ID, trace ID, auth,
and a live bound gate, and enters the ambient request context so ambient
enrichment matches production. Reading an app port that is neither a kit
default nor supplied throws a named error on use.
Create a one-call test context fixture for jobs, listeners, schedules, notifications, payments, tasks, and use-case tests.
The fixture builds common memory ports through
createTestPorts(...), assembles an app context with actor, tenant, request ID, trace ID, auth, and a live bound gate, and enters the ambient request context so ambient enrichment matches production. Reading an app port that is neither a kit default nor supplied throws a named error on use.