We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f86674 commit 18f44e3Copy full SHA for 18f44e3
1 file changed
src/bunit.web.testcomponents/Xunit.Sdk/RazorTestAttribute.cs
@@ -9,7 +9,7 @@ namespace Xunit
9
/// it discoverable by the xUnit test framework. See <see cref="TestComponentBase"/>
10
/// for an example of its usage.
11
/// </summary>
12
- [XunitTestCaseDiscoverer("Xunit.Sdk.RazorTestDiscoverer", "Bunit.Xunit")]
+ [XunitTestCaseDiscoverer("Xunit.Sdk.RazorTestDiscoverer", "Bunit.Web.TestComponents")]
13
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
14
public sealed class RazorTestAttribute : FactAttribute { }
15
}
0 commit comments