Documentation modifications
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user