C# Class Shouldly.Tests.ConventionTests.ShouldThrowMethod

Afficher le fichier Open project: shouldly/shouldly Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( ShouldThrowMethod other ) : bool

Private Methods

Méthode Description
TypeEqual ( Type pt1, Type pt2 ) : bool

Method Details

Equals() protected méthode

protected Equals ( ShouldThrowMethod other ) : bool
other ShouldThrowMethod
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ShouldThrowMethod() public méthode

public ShouldThrowMethod ( MethodInfo throwMethod ) : System
throwMethod System.Reflection.MethodInfo
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string