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 35a2520 commit 409f5c0Copy full SHA for 409f5c0
RubberduckTestsCodeAnalysis/InspectionXmlDocAnalyzerTests.cs
@@ -972,8 +972,10 @@ public sealed class SomeInspection : IInspection { }
972
[Category("InspectionXmlDoc")]
973
[TestCase("Standard Module")]
974
[TestCase("Class Module")]
975
- [TestCase("Document")]
976
- [TestCase("User Form")]
+ [TestCase("Predeclared Class")]
+ [TestCase("Interface Module")]
977
+ [TestCase("Document Module")]
978
+ [TestCase("UserForm Module")]
979
public void InvalidTypeAttribute_Negative(string typeName)
980
{
981
var test = $@"
0 commit comments