Documentation modifications
This commit is contained in:
@@ -7,6 +7,10 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Repositories;
|
||||
|
||||
/// <summary>
|
||||
/// Serves as an integration test fixture for <see cref="UserRepository"/>, exercising repository behavior against the real data store.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=7aba773 -->
|
||||
[TestFixture]
|
||||
[Category("Integration")]
|
||||
public class UserRepositoryTest
|
||||
|
||||
Reference in New Issue
Block a user