Module NUnit
Provides definitions related to the NUnit test framework.
Import path
import semmle.code.csharp.frameworks.test.NUnit
Imports
Classes
AssertionExceptionClass | The |
NUnitAssertClass | The |
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 |
ValueSourceAttribute | An attribute of type |