This topic has not yet been rated - Rate this topic

TestContext.FullyQualifiedTestClassName Property

Gets the fully-qualified name of the class that contains the test method that is currently running.

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

Property Value

Type: String
The fully-qualified name of the class that contains the test method that is currently running.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.