IgnoreAttribute Constructors

Definition

Overloads

IgnoreAttribute()

Constructs the attribute without giving a reason for ignoring the test.

IgnoreAttribute(String)

Constructs the attribute giving a reason for ignoring the test

IgnoreAttribute()

Constructs the attribute without giving a reason for ignoring the test.

public IgnoreAttribute ();

Applies to

IgnoreAttribute(String)

Constructs the attribute giving a reason for ignoring the test

public IgnoreAttribute (string reason);
new NUnit.Framework.IgnoreAttribute : string -> NUnit.Framework.IgnoreAttribute

Parameters

reason
String

The reason for ignoring the test

Applies to