ClassicAssertExtensions reestablish the classic Assert as nunit.framework.Assert class members. by OsirisTerje · Pull Request #5054 · nunit/nunit

Fixes #4693 Fixes #4613 The introduction of the new extension mechanism in C14 allow extension methods on static classes. Using this we can create extension methods on the Assert and Assume static...