C# Class Cone.Expectations.GreaterThanOrEqualExpect

Inheritance: BinaryExpect
Exibir arquivo Open project: drunkcod/Cone

Public Methods

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

Method Details

GreaterThanOrEqualExpect() public method

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