15 references to Category
Aspire.Components.Common.Tests (2)
RequiresDockerDiscoverer.cs (1)
16
yield return new KeyValuePair<string, string>(XunitConstants.
Category
, "failing");
RequiresToolsDiscoverer.cs (1)
17
yield return new KeyValuePair<string, string>(XunitConstants.
Category
, "failing");
Aspire.Playground.Tests (2)
tests\Aspire.Components.Common.Tests\RequiresDockerDiscoverer.cs (1)
16
yield return new KeyValuePair<string, string>(XunitConstants.
Category
, "failing");
tests\Aspire.Components.Common.Tests\RequiresToolsDiscoverer.cs (1)
17
yield return new KeyValuePair<string, string>(XunitConstants.
Category
, "failing");
Microsoft.DotNet.XUnitExtensions (10)
DiscovererHelpers.cs (2)
103
yield return new KeyValuePair<string, string>(XunitConstants.
Category
, category);
110
yield return new KeyValuePair<string, string>(XunitConstants.
Category
, category);
Discoverers\ConditionalClassDiscoverer.cs (1)
30
yield return new KeyValuePair<string, string>(XunitConstants.
Category
, XunitConstants.Failing);
Discoverers\OuterLoopTestsDiscoverer.cs (1)
27
return new[] { new KeyValuePair<string, string>(XunitConstants.
Category
, XunitConstants.OuterLoop) };
Discoverers\PlatformSpecificDiscoverer.cs (1)
30
new[] { new KeyValuePair<string, string>(XunitConstants.
Category
, XunitConstants.Failing) };
Discoverers\SkipOnCIDiscoverer.cs (1)
23
yield return new KeyValuePair<string, string>(XunitConstants.
Category
, XunitConstants.Failing);
Discoverers\SkipOnCoreClrDiscoverer.cs (1)
53
return new[] { new KeyValuePair<string, string>(XunitConstants.
Category
, XunitConstants.Failing) };
Discoverers\SkipOnMonoDiscoverer.cs (1)
29
return new[] { new KeyValuePair<string, string>(XunitConstants.
Category
, XunitConstants.Failing) };
Discoverers\SkipOnPlatformDiscoverer.cs (1)
27
return new[] { new KeyValuePair<string, string>(XunitConstants.
Category
, XunitConstants.Failing) };
Discoverers\SkipOnTargetFrameworkDiscoverer.cs (1)
29
new[] { new KeyValuePair<string, string>(XunitConstants.
Category
, XunitConstants.Failing) } :
System.Private.Windows.Core.TestUtilities (1)
XUnit\SkipOnArchitectureDiscoverer.cs (1)
34
return new[] { new KeyValuePair<string, string>(XunitConstants.
Category
, XunitConstants.IgnoreForCI) };