TestInitializeAttribute Class

Definition

The test initialize attribute.

public ref class TestInitializeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class TestInitializeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type TestInitializeAttribute = class
    inherit Attribute
Public NotInheritable Class TestInitializeAttribute
Inherits Attribute
Inheritance
TestInitializeAttribute
Attributes

Constructors

TestInitializeAttribute()

Applies to