JetBrains / ExternalAnnotations

JetBrains ReSharper External Annotations
https://www.jetbrains.com/help/resharper/Code_Analysis__External_Annotations.html
MIT License
81 stars 44 forks source link

InstantHandle annotation for NUnit Assert.Multiple() #178

Closed ngbrown closed 4 years ago

ngbrown commented 5 years ago

NUnit's Assert.Multiple() has two overloads (sync/async) that takes a delegate and allow multiple asserts to fail. A disposed closure will be finished with before Assert.Multiple() returns or throws.