Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ExpectedExceptionBaseAttribute::TestContext Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public protected:
property TestContext^ TestContext {
	[CompilerGeneratedAttribute]
	TestContext^ get();
	[CompilerGeneratedAttribute]
	internal: void set(TestContext^ value);
}

Provides information about and functionality for the current test.

Return to top
Show: