mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +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.