Don't want to be documenting exceptions in tests

This commit is contained in:
Brandon Thetford
2024-06-21 14:19:55 -07:00
parent 3b03653e0f
commit 8ed3cbf64b

View File

@@ -13,6 +13,7 @@ namespace Terminal.Gui.Analyzers.Internal.Tests.Generators.EnumExtensions;
[Category ("Source Generators")]
[TestOf (typeof (EnumExtensionMethodsIncrementalGenerator))]
[Parallelizable (ParallelScope.Children)]
[SuppressMessage ("ReSharper", "ExceptionNotDocumented")]
public class EnumExtensionMethodsIncrementalGeneratorTests
{
private static bool _isInitialized;