Skip to main content

Testing

In This Article

This article describes all Context Providers in the Project | Testing group. Refer to the Context Providers article for details on how to access Context Providers from the other groups.

#MSTest


[MSTest]

Satisfied if the current project has MSTest testing assembly references.

Supported Languages: All

#MbUnit


[MbUnit]

Satisfied if the current project has MbUnit testing assembly references.

Supported Languages: All

#NUnit


[NUnit([version])]

Position Parameter Description
1 Version (optional) The minimum version of the NUnit framework.

Satisfied if the current project has NUnit testing assembly references.

Supported Languages: All

#xUnit


[xUnit]

Satisfied if the current project has xUnit testing assembly references.

Supported Languages: All