Documentation modifications
This commit is contained in:
@@ -6,6 +6,13 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Repositories;
|
||||
|
||||
/// <summary>
|
||||
/// Integration test fixture that exercises the <see cref="PoCMappingRepository"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Categorized as <c>"Integration"</c>, the tests in this fixture validate the repository against an actual or near-real data source rather than purely mocked dependencies.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=13b6156 -->
|
||||
[TestFixture]
|
||||
[Category("Integration")]
|
||||
public class PoCMappingRepositoryTest
|
||||
|
||||
Reference in New Issue
Block a user