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