Documentation modifications
This commit is contained in:
@@ -10,6 +10,13 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Repositories;
|
||||
|
||||
/// <summary>
|
||||
/// Integration test fixture that verifies the behavior of <see cref="AdmissionRepository"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Marked with <see cref="TestFixtureAttribute"/> and <see cref="CategoryAttribute"/> so the test runner identifies and groups these as integration-level tests.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=67f8e73 -->
|
||||
[TestFixture]
|
||||
[Category("Integration")]
|
||||
public class AdmissionRepositoryTest
|
||||
|
||||
Reference in New Issue
Block a user