C# Class UTCore.ExpectedExceptionAttribute

Inheritance: TestUnitAttribute
ファイルを表示 Open project: lukesandberg/PexFaultLocalization

Public Methods

Method Description
ExpectedExceptionAttribute ( ) : System
SelfRegister ( TestFixture tf ) : void

Method Details

ExpectedExceptionAttribute() public method

public ExpectedExceptionAttribute ( ) : System
return System

SelfRegister() public method

public SelfRegister ( TestFixture tf ) : void
tf TestFixture
return void