C# Class Shouldly.Tests.ConventionTests.ShouldThrowMethod

Datei anzeigen Open project: shouldly/shouldly Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ShouldThrowMethod ( MethodInfo throwMethod ) : System
ToString ( ) : string

Protected Methods

Method Description
Equals ( ShouldThrowMethod other ) : bool

Private Methods

Method Description
TypeEqual ( Type pt1, Type pt2 ) : bool

Method Details

Equals() protected method

protected Equals ( ShouldThrowMethod other ) : bool
other ShouldThrowMethod
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ShouldThrowMethod() public method

public ShouldThrowMethod ( MethodInfo throwMethod ) : System
throwMethod System.Reflection.MethodInfo
return System

ToString() public method

public ToString ( ) : string
return string