Documentation modifications
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user