666 B
666 B
Users
Concrete user database test implementations with real EF Core DbContext and DAL.
Key Files
UserDbContext.cs— SealedAcUserDbContextBasewith 8 concrete entity types, lazy loading proxies, detailed EF errors.UserDal.cs— SealedAcUserDalBaseproviding concrete DAL for tests.UserDalTests.cs— Concrete tests: GetUserByEmail, GetUserById, AddUser (with profile + address). Currently disabled.
LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.