C# Class PclUnit.Style.Nunit.IgnoreAttribute

Inheritance: System.Attribute
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
IgnoreAttribute ( ) : System

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

IgnoreAttribute ( string reason ) : System

Constructs the attribute giving a reason for ignoring the test

Method Details

IgnoreAttribute() public method

Constructs the attribute without giving a reason for ignoring the test.
public IgnoreAttribute ( ) : System
return System

IgnoreAttribute() public method

Constructs the attribute giving a reason for ignoring the test
public IgnoreAttribute ( string reason ) : System
reason string The reason for ignoring the test
return System