3 references to Any
Microsoft.DotNet.XUnitExtensions (3)
Attributes\ActiveIssueAttribute.cs (1)
22
public ActiveIssueAttribute(string issue, TestPlatforms platforms = TestPlatforms.Any, TargetFrameworkMonikers framework = TargetFrameworkMonikers.Any, TestRuntimes runtimes = TestRuntimes.
Any
) { }
Attributes\OuterLoopAttribute.cs (1)
24
public OuterLoopAttribute(string reason, TestPlatforms platforms = TestPlatforms.Any, TargetFrameworkMonikers framework = TargetFrameworkMonikers.Any, TestRuntimes runtimes = TestRuntimes.
Any
) { }
DiscovererHelpers.cs (1)
71
TestRuntimes runtimes = TestRuntimes.
Any
;