C# Class Cone.Expectations.ConversionExpect

Inheritance: BooleanExpect
Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

Méthode Description
ConversionExpect ( Expression body, object actual, MethodInfo conversion ) : System

Méthodes protégées

Méthode Description
CheckCore ( ) : bool

Method Details

CheckCore() protected méthode

protected CheckCore ( ) : bool
Résultat bool

ConversionExpect() public méthode

public ConversionExpect ( Expression body, object actual, MethodInfo conversion ) : System
body System.Linq.Expressions.Expression
actual object
conversion System.Reflection.MethodInfo
Résultat System