25 references to TestPlatformHelper
Microsoft.AspNetCore.Diagnostics.Tests (1)
ExceptionDetailsProviderTest.cs (1)
44if (!TestPlatformHelper.IsMono)
Microsoft.AspNetCore.InternalTesting (1)
xunit\FrameworkSkipConditionAttribute.cs (1)
36TestPlatformHelper.IsMono)
Microsoft.AspNetCore.InternalTesting.Tests (11)
TestPlatformHelperTest.cs (11)
16Assert.True(TestPlatformHelper.IsLinux); 17Assert.False(TestPlatformHelper.IsMac); 18Assert.False(TestPlatformHelper.IsWindows); 26Assert.False(TestPlatformHelper.IsLinux); 27Assert.True(TestPlatformHelper.IsMac); 28Assert.False(TestPlatformHelper.IsWindows); 36Assert.False(TestPlatformHelper.IsLinux); 37Assert.False(TestPlatformHelper.IsMac); 38Assert.True(TestPlatformHelper.IsWindows); 45Assert.True(TestPlatformHelper.IsMono); 52Assert.False(TestPlatformHelper.IsMono);
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\SimpleTypeModelBinderTest.cs (1)
81if (!TestPlatformHelper.IsMono)
ModelBinding\Binders\TryParseTypeModelBinderTest.cs (1)
30if (!TestPlatformHelper.IsMono)
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (1)
XmlAssertTest.cs (1)
49if (!TestPlatformHelper.IsMono)
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
LinkGenerationTests.cs (1)
68TestPlatformHelper.IsMono ? new Uri(expected) : new Uri(expected, UriKind.Relative),
ViewEngineTests.cs (2)
147if (!TestPlatformHelper.IsMono) 288if (!TestPlatformHelper.IsMono)
Microsoft.AspNetCore.Routing.Tests (2)
Constraints\RegexInlineRouteConstraintTests.cs (1)
65if (TestPlatformHelper.IsMono)
Constraints\RegexRouteConstraintTests.cs (1)
107if (TestPlatformHelper.IsMono)
Microsoft.Extensions.FileProviders.Embedded.Tests (3)
EmbeddedFileProviderTests.cs (3)
95if (TestPlatformHelper.IsWindows) 133if (TestPlatformHelper.IsWindows) 171if (TestPlatformHelper.IsWindows)
Sockets.FunctionalTests (1)
src\Servers\Kestrel\test\FunctionalTests\ResponseTests.cs (1)
403(!TestPlatformHelper.IsWindows && w.EventId == connectionFinEventId));