Documentation modifications

This commit is contained in:
julian
2026-06-27 15:23:26 -07:00
parent a633fe6c06
commit a19fb90902
218 changed files with 2882 additions and 0 deletions
@@ -9,6 +9,13 @@ using Moq;
namespace adas_core.Test.Services;
/// <summary>
/// Test fixture that contains unit tests for HistoricalConfigChangesService.
/// </summary>
/// <remarks>
/// Tests in this fixture are decorated with the NonParallelizable attribute and must not execute concurrently with other tests.
/// </remarks>
/// <!-- aidoc:v1 sig=ae94572 -->
[TestFixture]
[NonParallelizable]
internal class HistoricalConfigChangesServiceTest