feat(centralui): cert-management UI + Trust action + site relay (T17)
This commit is contained in:
@@ -14,9 +14,11 @@ public class OpcUaEndpointEditorTests : BunitContext
|
||||
public OpcUaEndpointEditorTests()
|
||||
{
|
||||
// OpcUaEndpointEditor injects IEndpointVerificationService for its Verify-endpoint
|
||||
// button (B8 / T17). These tests only exercise the form bindings, so a no-op
|
||||
// substitute satisfies the injection without driving verification.
|
||||
// button (B8 / T17) and ICertManagementService for the Trust-certificate button
|
||||
// (B10 / T17). These tests only exercise the form bindings, so no-op substitutes
|
||||
// satisfy the injections without driving verification or trust.
|
||||
Services.AddSingleton<IEndpointVerificationService>(Substitute.For<IEndpointVerificationService>());
|
||||
Services.AddSingleton<ICertManagementService>(Substitute.For<ICertManagementService>());
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user