docs: backfill XML documentation across 756 files
v2-ci / build (push) Failing after 1m43s
v2-ci / unit-tests (tests/Core/ZB.MOM.WW.OtOpcUa.Cluster.Tests) (push) Has been skipped
v2-ci / unit-tests (tests/Server/ZB.MOM.WW.OtOpcUa.ControlPlane.Tests) (push) Has been skipped
v2-ci / unit-tests (tests/Server/ZB.MOM.WW.OtOpcUa.OpcUaServer.Tests) (push) Has been skipped
v2-ci / unit-tests (tests/Server/ZB.MOM.WW.OtOpcUa.Runtime.Tests) (push) Has been skipped
v2-ci / unit-tests (tests/Server/ZB.MOM.WW.OtOpcUa.Security.Tests) (push) Has been skipped
v2-ci / integration (tests/Server/ZB.MOM.WW.OtOpcUa.Host.IntegrationTests) (push) Has been skipped
v2-ci / integration (tests/Server/ZB.MOM.WW.OtOpcUa.OpcUaServer.IntegrationTests) (push) Has been skipped
v2-ci / build (push) Failing after 1m43s
v2-ci / unit-tests (tests/Core/ZB.MOM.WW.OtOpcUa.Cluster.Tests) (push) Has been skipped
v2-ci / unit-tests (tests/Server/ZB.MOM.WW.OtOpcUa.ControlPlane.Tests) (push) Has been skipped
v2-ci / unit-tests (tests/Server/ZB.MOM.WW.OtOpcUa.OpcUaServer.Tests) (push) Has been skipped
v2-ci / unit-tests (tests/Server/ZB.MOM.WW.OtOpcUa.Runtime.Tests) (push) Has been skipped
v2-ci / unit-tests (tests/Server/ZB.MOM.WW.OtOpcUa.Security.Tests) (push) Has been skipped
v2-ci / integration (tests/Server/ZB.MOM.WW.OtOpcUa.Host.IntegrationTests) (push) Has been skipped
v2-ci / integration (tests/Server/ZB.MOM.WW.OtOpcUa.OpcUaServer.IntegrationTests) (push) Has been skipped
Adds <summary>, <param>, <typeparam>, and <inheritdoc/> tags to public members surfaced by commentchecker — resolves 5,847 of 5,869 issues (99.6%) across three /fixdocs passes.
This commit is contained in:
@@ -11,6 +11,7 @@ namespace ZB.MOM.WW.OtOpcUa.Driver.Modbus.Tests;
|
||||
[Trait("Category", "Unit")]
|
||||
public sealed class ModbusConnectionOptionsTests
|
||||
{
|
||||
/// <summary>Verifies that defaults match historical behaviour.</summary>
|
||||
[Fact]
|
||||
public void Defaults_Match_Historical_Behaviour()
|
||||
{
|
||||
@@ -28,6 +29,7 @@ public sealed class ModbusConnectionOptionsTests
|
||||
opts.Reconnect.BackoffMultiplier.ShouldBe(2.0);
|
||||
}
|
||||
|
||||
/// <summary>Verifies that factory reads KeepAlive knobs from JSON.</summary>
|
||||
[Fact]
|
||||
public void Factory_Reads_KeepAlive_Knobs_From_Json()
|
||||
{
|
||||
@@ -50,6 +52,7 @@ public sealed class ModbusConnectionOptionsTests
|
||||
opts.KeepAlive.RetryCount.ShouldBe(5);
|
||||
}
|
||||
|
||||
/// <summary>Verifies that factory reads IdleDisconnect from JSON.</summary>
|
||||
[Fact]
|
||||
public void Factory_Reads_IdleDisconnect_From_Json()
|
||||
{
|
||||
@@ -62,6 +65,7 @@ public sealed class ModbusConnectionOptionsTests
|
||||
opts.IdleDisconnectTimeout.ShouldBe(TimeSpan.FromMinutes(2));
|
||||
}
|
||||
|
||||
/// <summary>Verifies that factory reads Reconnect backoff from JSON.</summary>
|
||||
[Fact]
|
||||
public void Factory_Reads_Reconnect_Backoff_From_Json()
|
||||
{
|
||||
@@ -82,6 +86,7 @@ public sealed class ModbusConnectionOptionsTests
|
||||
opts.Reconnect.BackoffMultiplier.ShouldBe(1.5);
|
||||
}
|
||||
|
||||
/// <summary>Verifies that factory with empty JSON uses all defaults.</summary>
|
||||
[Fact]
|
||||
public void Factory_With_Empty_Json_Uses_All_Defaults()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user