mirror of
https://github.com/github/codeql.git
synced 2026-02-24 19:03:50 +01: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.