=== Summary: 675 files | 7 generated | 484 fresh | 4605 untracked | 4268 adopted | 355 marked | 466 validated-ok | 2+0 stale (sig+body) | 0 skipped | 0 failed | elapsed 11:08:11.442 (40091.44s) ===

This commit is contained in:
julian
2026-06-28 02:50:05 -07:00
parent a19fb90902
commit 586f02a2ca
654 changed files with 5260 additions and 0 deletions
@@ -19,6 +19,7 @@ public class SendAlertServiceTest
/// RabbitMQ options, a mocked logger, an instance of the service under test, and the set
/// of Windows platform identifiers used to validate platform-specific behavior.
/// </summary>
/// <!-- aidoc:v1 sig=dee8bf2 body=764cb7d -->
[SetUp]
public void Setup()
{
@@ -54,6 +55,7 @@ public class SendAlertServiceTest
/// reading (non-null with a positive <c>ValueTotal</c>) when executed on a Windows platform. When the
/// host operating system is not Windows, the test is skipped with an ignore notice.
/// </summary>
/// <!-- aidoc:v1 sig=679f280 body=1dd0797 -->
[Ignore("Integration test to pull request")]
[Test]
public void GetConsumedCpu_Return_PerformanceCpu_data()
@@ -78,6 +80,7 @@ public class SendAlertServiceTest
/// for <c>PercentageConsumed</c>, <c>ValueConsumed</c>, and <c>ValueTotal</c>. The test only executes on
/// Windows platforms and is ignored on other operating systems.
/// </summary>
/// <!-- aidoc:v1 sig=7a39a99 body=abcb5c0 -->
[Ignore("Integration test to pull request")]
[Test]
public void GetConsumedRAM_Return_PerformanceRAM_data()
@@ -104,6 +107,7 @@ public class SendAlertServiceTest
/// <summary>
/// Integration test that verifies the GetConsumedStorage method returns valid Performance data with positive percentage and value metrics for all ready drives on Windows platforms. The test is ignored when executed on a non-Windows platform.
/// </summary>
/// <!-- aidoc:v1 sig=a2098e9 body=3485f79 -->
[Ignore("Integration test to pull request")]
[Test]
public void GetConsumedStorage_Return_PerformanceStorage_data()