Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Sub New ( _
context As DataCollectionContext, _
testElement As ITestElement, _
tcmInformation As TcmInformation, _
testOutcome As TestOutcome _
)
public TestCaseEndEventArgs(
DataCollectionContext context,
ITestElement testElement,
TcmInformation tcmInformation,
TestOutcome testOutcome
)
public:
TestCaseEndEventArgs(
DataCollectionContext^ context,
ITestElement^ testElement,
TcmInformation^ tcmInformation,
TestOutcome testOutcome
)
new :
context:DataCollectionContext *
testElement:ITestElement *
tcmInformation:TcmInformation *
testOutcome:TestOutcome -> TestCaseEndEventArgs
public function TestCaseEndEventArgs(
context : DataCollectionContext,
testElement : ITestElement,
tcmInformation : TcmInformation,
testOutcome : TestOutcome
)
Parameters
- testElement
Type: Microsoft.VisualStudio.TestTools.Common.ITestElement
- tcmInformation
Type: Microsoft.VisualStudio.TestTools.Common.TcmInformation
- testOutcome
Type: Microsoft.VisualStudio.TestTools.Common.TestOutcome
.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.