AyCode.Core/AyCode.Services.Tests/README.md

602 B

AyCode.Services.Tests

MSTest project for service layer testing. Focuses on SignalR message serialization round-trips.

Folder Structure

Folder Purpose
SignalRs/ SignalR message serialization/deserialization tests

Key Files (Root)

  • MSTestSettings.cs — Assembly-level parallel test execution (MethodLevel scope).

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.