C# Class Cone.Expectations.LessThanOrEqualExpect

Inheritance: BinaryExpect
Exibir arquivo Open project: drunkcod/Cone

Public Methods

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

Method Details

LessThanOrEqualExpect() public method

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