Documentation modifications
This commit is contained in:
@@ -10,6 +10,13 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Repositories;
|
||||
|
||||
/// <summary>
|
||||
/// Serves as the NUnit <see cref="TestFixtureAttribute"/> for integration tests of the <see cref="PointOfCareRepository"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Tests in this class are tagged with the <c>Integration</c> category via the <see cref="CategoryAttribute"/>.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=c5bf1c7 -->
|
||||
[TestFixture]
|
||||
[Category("Integration")]
|
||||
public class PointOfCareRepositoryTests
|
||||
|
||||
Reference in New Issue
Block a user