10 references to Any
Microsoft.DotNet.XUnitExtensions (7)
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) { }
Attributes\SkipOnMonoAttribute.cs (1)
14
public SkipOnMonoAttribute(string reason, TestPlatforms testPlatforms = TestPlatforms.
Any
) { }
DiscovererHelpers.cs (2)
21
(platforms.HasFlag(TestPlatforms.
Any
)) ||
69
TestPlatforms platforms = TestPlatforms.
Any
;
Discoverers\SkipOnCoreClrDiscoverer.cs (1)
32
TestPlatforms testPlatforms = TestPlatforms.
Any
;
Discoverers\SkipOnMonoDiscoverer.cs (1)
19
TestPlatforms 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
)]