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)
Syntax
'Declaration
Public Overridable ReadOnly Property FullyQualifiedTestClassName As String
public virtual string FullyQualifiedTestClassName { get; }
public:
virtual property String^ FullyQualifiedTestClassName {
String^ get ();
}
abstract FullyQualifiedTestClassName : string with get
override FullyQualifiedTestClassName : string with get
function get FullyQualifiedTestClassName () : String
Property Value
Type: String
The fully-qualified name of the class that contains the test method that is currently running.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.