This topic has not yet been rated - Rate this topic

TestContext.TestName Property

Gets the test name.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
public virtual string TestName { get; }

Property Value

Type: String
The test name.
ExceptionCondition
InvalidCastException

An invalid value type is associated with the TestName property of the test context.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.