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

Module XUnit

Provides definitions related to the xUnit.net test framework.

Import path

import semmle.code.csharp.frameworks.test.XUnit

Imports

Test

Provides common abstractions for different (unit) test frameworks.

csharp

The default C# QL library.

Classes

XUnitNamespace

The Xunit namespace.

XUnitTestCaseAttribute

An xUnit test attribute.

XUnitTestClass

An xUnit test class.

XUnitTestFile

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

XUnitTestMethod

An xUnit test method.