C# Class Cone.Expectations.TypeIsExpect

Inheritance: Expect
Afficher le fichier Open project: drunkcod/Cone Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TypeIsExpect ( Expression body, IExpectValue actual, Type expected ) : System

Méthodes protégées

Méthode Description
CheckCore ( ) : bool

Method Details

CheckCore() protected méthode

protected CheckCore ( ) : bool
Résultat bool

TypeIsExpect() public méthode

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