6 references to Add
Microsoft.AspNetCore.Razor.Test.Common (6)
ConditionalFactAttribute.cs (6)
178Add(Is.Windows, static () => PlatformInformation.IsWindows); 179Add(Is.Linux, static () => PlatformInformation.IsLinux); 180Add(Is.MacOS, static () => PlatformInformation.IsMacOS); 181Add(Is.FreeBSD, static () => PlatformInformation.IsFreeBSD); 182Add(Is.AnyUnix, static () => PlatformInformation.IsLinux || 185Add(Is.EnglishLocale, static () =>