Documentation modifications
This commit is contained in:
@@ -8,6 +8,13 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Repositories;
|
||||
|
||||
/// <summary>
|
||||
/// Test fixture that verifies the behavior of <see cref="PoCSettingsRepository"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Marked with <see cref="TestFixtureAttribute"/> so the NUnit test runner discovers and executes its contained test methods.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=fb7e359 -->
|
||||
[TestFixture]
|
||||
public class PoCSettingsRepositoryTest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user