mirror of
https://github.com/github/codeql.git
synced 2026-07-14 15:58:16 +02:00
This commit adds support for (classical) NUnit assertions (see https://github.com/nunit/docs/wiki/Assertions). Modern constraint-based assertions, such as `Assert.That(o, Is.Not.Null)` are currently not supported, because they would require a restructuring of the assertion library.