Module XUnit
Provides definitions related to the xUnit.net test framework.
Import path
import semmle.code.csharp.frameworks.test.XUnitImports
Classes
| XUnitNamespace | The |
| 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. |