nunit / docs

Documentation for all active NUnit projects
https://docs.nunit.org
MIT License
601 stars 155 forks source link

Document `Assert.EnterMultipleScope` #958

Open manfred-brands opened 3 months ago

manfred-brands commented 3 months ago

NUnit 4.2 adds IDisposable EnterMultipleScope() method in addition to the Assert.Multiple() delegate.

This issue is to update the documentation with this.

NUnit PR 4587