C# Class Cone.Expectations.TypeIsExpect

Inheritance: Expect
Datei anzeigen Open project: drunkcod/Cone Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
CheckCore ( ) : bool

Method Details

CheckCore() protected method

protected CheckCore ( ) : bool
return bool

TypeIsExpect() public method

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