C# Class AssertHelper.Core.AssertBuilders.AssertMethods.Base.AssertMethodBase

Datei anzeigen Open project: dhelper/AssertHelper

Protected Methods

Method Description
AssertMethodBase ( Type assertType, string methodName, Array methodParametersTypes ) : System
GetExpression ( ) : Expression

Method Details

AssertMethodBase() protected method

protected AssertMethodBase ( Type assertType, string methodName, Array methodParametersTypes ) : System
assertType Type
methodName string
methodParametersTypes Array
return System

GetExpression() protected method

protected GetExpression ( ) : Expression
return Expression