Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Cone
CustomMethodExpectFeature.MyIntegerMethodExpectProvider
C# Class Cone.CustomMethodExpectFeature.MyIntegerMethodExpectProvider
Inheritance:
IMethodExpectProvider
ファイルを表示
Open project: drunkcod/Cone
Public Methods
Method
Description
GetExpectation
(
Expression
body
,
MethodInfo
method
,
object
target
,
object
args
) :
IExpect
GetSupportedMethods
( ) :
IEnumerable
Method Details
GetExpectation()
public
method
public
GetExpectation
(
Expression
body
,
MethodInfo
method
,
object
target
,
object
args
) :
IExpect
body
System.Linq.Expressions.Expression
method
System.Reflection.MethodInfo
target
object
args
object
return
IExpect
GetSupportedMethods()
public
method
public
GetSupportedMethods
( ) :
IEnumerable
return
IEnumerable