Module xUnit
Provides classes for working with xUnit.js tests.
Import path
import semmle.javascript.frameworks.xUnit
Imports
javascript | Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML. |
Classes
XUnitAnnotation | An xUnit.js annotation, such as |
XUnitAttribute | An xUnit.js attribute appearing in an annotation. |
XUnitFact | An xUnit.js fact. |
XUnitFactAnnotation | An xUnit.js |
XUnitFixture | An xUnit.js fixture. |
XUnitFixtureAnnotation | An xUnit.js |
XUnitTarget | A declaration or definition that can serve as the target of an xUnit.js annotation: a function declaration, a variable declaration, or an assignment. |