C# Class PclUnit.Run.Assert

Inheritance: IAssert
ファイルを表示 Open project: jbtule/PclUnit

Public Properties

Property Type Description
ExcludeFromStack string[]

Private Properties

Property Type Description
Assert System
CreateException AssertionException

Public Methods

Method Description
Fail ( AssertionException assertion ) : void
Fail ( string message = null, IEnumerable excludedFromStackTrace = null ) : void
False ( bool actual, string message = null ) : void
Ignore ( string message = null ) : void
Okay ( ) : void
True ( bool actual, string message = null ) : void

Private Methods

Method Description
Assert ( ) : System
CreateException ( string message = null ) : AssertionException

Method Details

Fail() public method

public Fail ( AssertionException assertion ) : void
assertion AssertionException
return void

Fail() public method

public Fail ( string message = null, IEnumerable excludedFromStackTrace = null ) : void
message string
excludedFromStackTrace IEnumerable
return void

False() public method

public False ( bool actual, string message = null ) : void
actual bool
message string
return void

Ignore() public method

public Ignore ( string message = null ) : void
message string
return void

Okay() public method

public Okay ( ) : void
return void

True() public method

public True ( bool actual, string message = null ) : void
actual bool
message string
return void

Property Details

ExcludeFromStack public_oe static_oe property

public static string[] ExcludeFromStack
return string[]