C# Class Cone.Expectations.NotEqualExpect

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
CheckCore ( ) : bool

Method Details

CheckCore() protected méthode

protected CheckCore ( ) : bool
Résultat bool

NotEqualExpect() public méthode

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