Documentation modifications
This commit is contained in:
@@ -9,6 +9,13 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Repositories;
|
||||
|
||||
/// <summary>
|
||||
/// Provides integration tests for the <see cref="ConfigObservationRepository"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Marked as a <see cref="TestFixtureAttribute"/> and grouped under the "Integration" <see cref="CategoryAttribute"/> to allow filtering of test runs.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=aa99020 -->
|
||||
[TestFixture]
|
||||
[Category("Integration")]
|
||||
public class ConfigObservationRepositoryTest
|
||||
|
||||
Reference in New Issue
Block a user