Propriedade TestCaseEventArgs.TestCaseName
Obtém ou define o nome do caso de teste.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxe
'Declaração
Public Property TestCaseName As String
Get
Private Set
public string TestCaseName { get; private set; }
public:
property String^ TestCaseName {
String^ get ();
private: void set (String^ value);
}
member TestCaseName : string with get, private set
function get TestCaseName () : String
private function set TestCaseName (value : String)
Valor de propriedade
Tipo: System.String
O nome do caso de teste.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.TestTools.Execution
#ctor(DataCollectionContext, Int32, String, Boolean)