AyCode.Core/AyCode.Core.Tests.Internal/README.md

766 B

AyCode.Core.Tests.Internal

Concrete entity implementations for database integration testing. Exposes types to AyCode.Database.Tests* via [InternalsVisibleTo].

Folder Structure

Folder Purpose
Entities/ 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.