C# Class Cone.Expectations.BinaryExpect

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

Méthodes publiques

Méthode Description
BinaryExpect ( BinaryExpression body, IExpectValue actual, IExpectValue expected ) : System

Méthodes protégées

Méthode Description
CheckCore ( ) : bool

Method Details

BinaryExpect() public méthode

public BinaryExpect ( BinaryExpression body, IExpectValue actual, IExpectValue expected ) : System
body System.Linq.Expressions.BinaryExpression
actual IExpectValue
expected IExpectValue
Résultat System

CheckCore() protected méthode

protected CheckCore ( ) : bool
Résultat bool