22 references to GetProperty
Infrastructure.Common (16)
ConditionalTestDetectors.cs (7)
148
string runWithCoreWCFService = TestProperties.
GetProperty
(TestProperties.RunWithCoreWCF_PropertyName);
164
string host = TestProperties.
GetProperty
(TestProperties.ServiceUri_PropertyName);
221
return TestProperties.
GetProperty
(TestProperties.ExplicitUserName_PropertyName);
227
return TestProperties.
GetProperty
(TestProperties.ExplicitPassword_PropertyName);
235
string result = TestProperties.
GetProperty
(TestProperties.NegotiateTestDomain_PropertyName);
247
return TestProperties.
GetProperty
(TestProperties.NegotiateTestUpn_PropertyName);
253
return TestProperties.
GetProperty
(TestProperties.NegotiateTestSpn_PropertyName);
ConditionalWcfTest.cs (1)
60
value = TestProperties.
GetProperty
(conditionName);
ServiceUtilHelper.cs (7)
482
if (TestProperties.
GetProperty
(TestProperties.ServiceUri_PropertyName).Contains("/"))
496
string serviceUri = TestProperties.
GetProperty
(TestProperties.ServiceUri_PropertyName);
526
builder.Port = int.Parse(TestProperties.
GetProperty
(TestProperties.ServiceHttpPort_PropertyName));
529
builder.Port = int.Parse(TestProperties.
GetProperty
(TestProperties.ServiceWebSocketPort_PropertyName));
533
builder.Port = int.Parse(TestProperties.
GetProperty
(TestProperties.ServiceHttpsPort_PropertyName));
536
builder.Port = int.Parse(TestProperties.
GetProperty
(TestProperties.ServiceSecureWebSocketPort_PropertyName));
540
builder.Port = int.Parse(TestProperties.
GetProperty
(TestProperties.ServiceTcpPort_PropertyName));
xunit\IssueAttribute.cs (1)
97
string includeTestsWithIssues = TestProperties.
GetProperty
(TestProperties.IncludeTestsWithIssues_PropertyName);
Infrastructure.IntegrationTests (1)
OSAndFrameworkTests.4.1.1.cs (1)
75
var serviceUri = TestProperties.
GetProperty
(TestProperties.ServiceUri_PropertyName);
ScenarioTests.Common.Tests (2)
ScenarioTestHelpers.cs (2)
31
string timeSpanAsString = TestProperties.
GetProperty
(TestProperties.MaxTestTimeSpan_PropertyName);
41
string serviceUri = TestProperties.
GetProperty
(TestProperties.ServiceUri_PropertyName);
Security.TransportSecurity.IntegrationTests (3)
Https\ClientCredentialTypeTests.4.1.0.cs (2)
22
s_username = TestProperties.
GetProperty
(TestProperties.ExplicitUserName_PropertyName);
23
s_password = TestProperties.
GetProperty
(TestProperties.ExplicitPassword_PropertyName);
Negotiate\NegotiateStream_Http_Tests.4.1.0.cs (1)
84
if (Environment.Version.Major == 5 && !OSID.AnyWindows.MatchesCurrent() && !TestProperties.
GetProperty
(TestProperties.ServiceUri_PropertyName).Contains("/"))