# AyCode.Core.Tests.Internal Concrete entity implementations for database integration testing. Exposes types to `AyCode.Database.Tests*` via `[InternalsVisibleTo]`. ## Folder Structure | Folder | Purpose | |---|---| | [`Entities/`](Entities/README.md) | Concrete entity implementations (User, Company, Profile, Address, etc.) | ## Dependencies | Dependency | Purpose | |---|---| | `MSTest` | Test framework | | `AyCode.Core.Tests` | Shared test utilities | | `AyCode.Entities` / `AyCode.Entities.Server` | Abstract entity base classes | --- > **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.