Configure an in-memory database using EF Core's InMemory provider for integration tests.
Seed test data into the database for Streetcodes and related entities.
Setup dependency injection to replace production services and repositories with test implementations or mocks.
Configure an in-memory database using EF Core's InMemory provider for integration tests.
Seed test data into the database for Streetcodes and related entities.
Setup dependency injection to replace production services and repositories with test implementations or mocks.