7 references to ServiceUri_PropertyName
Infrastructure.Common (3)
ConditionalTestDetectors.cs (1)
164
string host = TestProperties.GetProperty(TestProperties.
ServiceUri_PropertyName
);
ServiceUtilHelper.cs (2)
482
if (TestProperties.GetProperty(TestProperties.
ServiceUri_PropertyName
).Contains("/"))
496
string serviceUri = TestProperties.GetProperty(TestProperties.
ServiceUri_PropertyName
);
Infrastructure.IntegrationTests (2)
OSAndFrameworkTests.4.1.1.cs (2)
75
var serviceUri = TestProperties.GetProperty(TestProperties.
ServiceUri_PropertyName
);
76
Assert.False(string.IsNullOrEmpty(serviceUri), $"Test property {TestProperties.
ServiceUri_PropertyName
} is null or empty");
ScenarioTests.Common.Tests (1)
ScenarioTestHelpers.cs (1)
41
string serviceUri = TestProperties.GetProperty(TestProperties.
ServiceUri_PropertyName
);
Security.TransportSecurity.IntegrationTests (1)
Negotiate\NegotiateStream_Http_Tests.4.1.0.cs (1)
84
if (Environment.Version.Major == 5 && !OSID.AnyWindows.MatchesCurrent() && !TestProperties.GetProperty(TestProperties.
ServiceUri_PropertyName
).Contains("/"))