C# Class PclUnit.Style.Nunit.DescriptionAttribute

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

Public Methods

Method Description
DescriptionAttribute ( string description ) : System

Construct the attribute

Method Details

DescriptionAttribute() public method

Construct the attribute
public DescriptionAttribute ( string description ) : System
description string Text describing the test
return System