Documentation modifications

This commit is contained in:
julian
2026-06-27 15:23:26 -07:00
parent a633fe6c06
commit a19fb90902
218 changed files with 2882 additions and 0 deletions
@@ -13,6 +13,10 @@ using Options = Microsoft.Extensions.Options.Options;
namespace adas_core.Test.Services;
/// <summary>
/// Provides a NUnit test fixture that contains the unit tests for the RelayService class.
/// </summary>
/// <!-- aidoc:v1 sig=8ce82ad -->
[TestFixture]
public class RelayServiceTest
{
@@ -176,6 +180,10 @@ public class RelayServiceTest
Assert.That(result, Is.EqualTo(RelayEnum.Status.On));
}
/// <summary>
/// Verifies that the relay status check returns <see cref="RelayEnum.Status.Off"/> when the mocked HTTP response indicates the relay is off, after invoking the power-off operation on the supplied <see cref="Relay"/>.
/// </summary>
/// <!-- aidoc:v1 sig=ba0668b body=434ffc5 -->
[Test]
public async Task CheckRelayStatus_Return_Off()
{