# AyCode.Database.Tests MSTest base classes for database layer testing. Provides abstract test foundations for DAL and DbContext verification. ## Folder Structure | Folder | Purpose | |---|---| | [`Users/`](Users/README.md) | User DAL test base with authentication and CRUD tests | ## Key Files (Root) - **`GlobalUsings.cs`** — Global MSTest using. - **`AcDatabaseTestModelBase.cs`** — Generic base: pooled DAL access or direct DbContext access. - **`AcDatabaseTestBase.cs`** — Abstract test class with `DatabaseExistsTest()` connectivity validation. --- > **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.