C# Class Cone.Expectations.GreaterThanExpect

Inheritance: BinaryExpect
Datei anzeigen Open project: drunkcod/Cone

Public Methods

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

Method Details

GreaterThanExpect() public method

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