Documentation modifications
This commit is contained in:
@@ -11,6 +11,13 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Repositories;
|
||||
|
||||
/// <summary>
|
||||
/// Serves as an NUnit test fixture containing integration tests for the PatientRepository.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Marked with the <c>TestFixture</c> attribute and grouped under the <c>Integration</c> test category.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=25261b6 -->
|
||||
[TestFixture]
|
||||
[Category("Integration")]
|
||||
public class PatientRepositoryTest
|
||||
|
||||
Reference in New Issue
Block a user