mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Don't want to be documenting exceptions in tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user