TestCaseEvent Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Describes the properties of a test-case event.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public MustInherit Class TestCaseEvent _
    Inherits OrdinalEvent
'Usage
Dim instance As TestCaseEvent
public abstract class TestCaseEvent : OrdinalEvent
public ref class TestCaseEvent abstract : public OrdinalEvent
[<AbstractClassAttribute>]
type TestCaseEvent =  
    class
        inherit OrdinalEvent
    end
public abstract class TestCaseEvent extends OrdinalEvent

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.ChainEvent
    Microsoft.VisualStudio.TraceLog.OrdinalEvent
      Microsoft.VisualStudio.TraceLog.TestCaseEvent
        Microsoft.VisualStudio.TraceLog.TestCaseEndEvent
        Microsoft.VisualStudio.TraceLog.TestCasePauseEvent
        Microsoft.VisualStudio.TraceLog.TestCaseResetEvent
        Microsoft.VisualStudio.TraceLog.TestCaseResumeEvent
        Microsoft.VisualStudio.TraceLog.TestCaseStartEvent

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TestCaseEvent Members

Microsoft.VisualStudio.TraceLog Namespace