1 write to validateMethodWasCalled
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
1219
validateMethodWasCalled
= true;
3 references to validateMethodWasCalled
Security.TransportSecurity.IntegrationTests (3)
Https\HttpsTests.4.1.0.cs (2)
257
Assert.True(myX509CertificateValidator.
validateMethodWasCalled
, "The Validate method of the X509CertificateValidator was NOT called.");
560
Assert.True(myX509CertificateValidator.
validateMethodWasCalled
, "The Validate method of the X509CertificateValidator was NOT called.");
Tcp\ClientCredentialTypeTests.4.1.0.cs (1)
103
Assert.True(myX509CertificateValidator.
validateMethodWasCalled
, "The Validate method of the X509CertificateValidator was NOT called.");