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.
TestContext::FullyQualifiedTestClassName Property
Gets the fully-qualified name of the class that contains the test method that is currently running.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Property Value
Type: System::String^The fully-qualified name of the class that contains the test method that is currently running.
Show: