mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +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.
3 lines
122 B
Plaintext
3 lines
122 B
Plaintext
| nunit.cs:85:55:85:55 | n | nunit.cs:77:26:77:31 | Source |
|
|
| nunit.cs:90:78:90:78 | n | nunit.cs:66:26:66:31 | Source |
|