C# Class Cone.Expectations.EqualExpect

Inheritance: Expect
Mostra file Open project: drunkcod/Cone

Public Methods

Method Description
EqualExpect ( BinaryExpression body, IExpectValue actual, IExpectValue expected ) : System

Method Details

EqualExpect() public method

public EqualExpect ( BinaryExpression body, IExpectValue actual, IExpectValue expected ) : System
body System.Linq.Expressions.BinaryExpression
actual IExpectValue
expected IExpectValue
return System