mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +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.
4 lines
218 B
Plaintext
4 lines
218 B
Plaintext
| nunit.cs:95:21:95:25 | Test3 | nunit.cs:82:18:82:26 | TestCases |
|
|
| nunit.cs:100:21:100:25 | Test4 | nunit.cs:71:18:71:26 | TestCases |
|
|
| nunit.cs:105:21:105:25 | Test5 | nunit.cs:109:18:109:34 | PropertyTestCases |
|