C# Class Cone.Expectations.Expect

Inheritance: BooleanExpect
Mostra file Open project: drunkcod/Cone

Public Methods

Method Description
Expect ( Expression body, IExpectValue actual, IExpectValue expected ) : System

Method Details

Expect() public method

public Expect ( Expression body, IExpectValue actual, IExpectValue expected ) : System
body System.Linq.Expressions.Expression
actual IExpectValue
expected IExpectValue
return System