Documentation modifications
This commit is contained in:
@@ -8,6 +8,13 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Repositories;
|
||||
|
||||
/// <summary>
|
||||
/// Provides integration tests for the diagnosis repository.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The class is decorated with <see cref="NUnit.Framework.TestFixtureAttribute"/> and <see cref="NUnit.Framework.CategoryAttribute"/> to mark it as an integration test fixture.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=cea30aa -->
|
||||
[TestFixture]
|
||||
[Category("Integration")]
|
||||
public class DiagnosisRepositoryTest
|
||||
|
||||
Reference in New Issue
Block a user