Fix [ForegroundFact].

#1716
This commit is contained in:
N. Taylor Mullen 2017-10-10 10:27:37 -07:00
parent 85634ea432
commit e3d2b48b89
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace Xunit
{
// Similar to WpfFactAttribute https://github.com/xunit/samples.xunit/blob/969d9f7e887836f01a6c525324bf3db55658c28f/STAExamples/WpfFactAttribute.cs
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
[XunitTestCaseDiscoverer("Xunit.ForegroundFactDiscoverer", "Microsoft.VisualStudio.LanguageServices.Razor.Test")]
[XunitTestCaseDiscoverer("Xunit." + nameof(ForegroundFactDiscoverer), "Microsoft.VisualStudio.Editor.Razor.Test.Common")]
internal class ForegroundFactAttribute : FactAttribute
{
}