Documentation modifications
This commit is contained in:
@@ -6,6 +6,12 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Repositories;
|
||||
|
||||
/// <summary>
|
||||
/// Integration test fixture that verifies the behavior of <see cref="ConfigUnitsRepository"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Categorized as an integration test suite to group and selectively execute tests that exercise <see cref="ConfigUnitsRepository"/> against its backing store.</remarks>
|
||||
/// <!-- aidoc:v1 sig=74d2637 -->
|
||||
[TestFixture]
|
||||
[Category("Integration")]
|
||||
public class ConfigUnitsRepositoryTest
|
||||
|
||||
Reference in New Issue
Block a user