Test Class

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

Namespace:  Microsoft.VisualStudio.TestTools.Framework
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Test
'Usage
Dim instance As Test
[SerializableAttribute]
public class Test
[SerializableAttribute]
public ref class Test
public class Test
[<SerializableAttribute>]
type Test =  class end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.Framework.Test

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

Test Members

Microsoft.VisualStudio.TestTools.Framework Namespace