Documentation modifications
This commit is contained in:
@@ -14,6 +14,13 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Serves as a test fixture containing unit tests for the <see cref="ConfigPumpsService"/> class.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Marked with the NUnit <see cref="TestFixtureAttribute"/> to group and execute the test methods that validate the behavior of <see cref="ConfigPumpsService"/>.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=9b5acf0 -->
|
||||
[TestFixture]
|
||||
public class ConfigPumpsServiceTest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user