CodeQL library for C#
codeql/csharp-all 0.9.0 (changelog, source)
Search

Module NUnit

Provides definitions related to the NUnit test framework.

Import path

import semmle.code.csharp.frameworks.test.NUnit

Imports

Test

Provides common abstractions for different (unit) test frameworks.

csharp

The default C# QL library.

Classes

AssertionExceptionClass

The NUnit.Framework.AssertionException class.

NUnitAssertClass

The NUnit.Framework.Assert class.

NUnitFile

A file that contains some NUnit annotations and is, hence, a test file.

NUnitFixture

A class that is an NUnit test fixture

NUnitTestMethod

An NUnit test method.

TestCaseSourceAttribute

An attribute of type NUnit.Framework.TestCaseSourceAttribute.

ValueSourceAttribute

An attribute of type NUnit.Framework.ValueSourceAttribute.