Documentation modifications
This commit is contained in:
@@ -7,6 +7,13 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Repositories;
|
||||
|
||||
/// <summary>
|
||||
/// Integration test fixture for verifying the behavior of <see cref="ServiceConfigRepository"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Categorized as an integration test to group it with other integration-level tests.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=e94d06f -->
|
||||
[TestFixture]
|
||||
[Category("Integration")]
|
||||
public class ServiceConfigRepositoryTest
|
||||
|
||||
Reference in New Issue
Block a user