Files
codeql/csharp/ql/test/library-tests/frameworks/test
Tom Hvitved 20a1cb6fc8 C#: Teach assertion library about (classical) NUnit assertions
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.
2019-11-15 14:07:28 +01:00
..
2018-12-20 10:19:59 +01:00
2018-10-19 14:05:30 +02:00