10 references to Any
Microsoft.DotNet.XUnitExtensions (7)
Attributes\ActiveIssueAttribute.cs (1)
22public ActiveIssueAttribute(string issue, TestPlatforms platforms = TestPlatforms.Any, TargetFrameworkMonikers framework = TargetFrameworkMonikers.Any, TestRuntimes runtimes = TestRuntimes.Any) { }
Attributes\OuterLoopAttribute.cs (1)
24public OuterLoopAttribute(string reason, TestPlatforms platforms = TestPlatforms.Any, TargetFrameworkMonikers framework = TargetFrameworkMonikers.Any, TestRuntimes runtimes = TestRuntimes.Any) { }
Attributes\SkipOnMonoAttribute.cs (1)
14public SkipOnMonoAttribute(string reason, TestPlatforms testPlatforms = TestPlatforms.Any) { }
DiscovererHelpers.cs (2)
21(platforms.HasFlag(TestPlatforms.Any)) || 69TestPlatforms platforms = TestPlatforms.Any;
Discoverers\SkipOnCoreClrDiscoverer.cs (1)
32TestPlatforms testPlatforms = TestPlatforms.Any;
Discoverers\SkipOnMonoDiscoverer.cs (1)
19TestPlatforms testPlatforms = TestPlatforms.Any;
Microsoft.DotNet.XUnitExtensions.Tests (3)
ConditionalAttributeTests.cs (3)
29[OuterLoop("never outer loop", TestPlatforms.Any & ~TestPlatforms.Any)] 39[OuterLoop("always outer loop", TestPlatforms.Any)]