C# Class StatLight.Client.Harness.Hosts.MSTest.UnitTestProviders.MSTest.ExpectedException

Inheritance: IExpectedException
Mostra file Open project: staxmanade/StatLight

Public Methods

Method Description
ExpectedException ( object expectedExceptionAttribute ) : System

Creates a new expected exception metadata wrapper.

Private Methods

Method Description
ExpectedException ( ) : System

Private constructor.

Method Details

ExpectedException() public method

Creates a new expected exception metadata wrapper.
public ExpectedException ( object expectedExceptionAttribute ) : System
expectedExceptionAttribute object Attribute value.
return System