Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Cone
Expectations
BinaryExpect
C# Class Cone.Expectations.BinaryExpect
Inheritance:
Expect
显示文件
Open project: drunkcod/Cone
Public Methods
Method
Description
BinaryExpect
(
BinaryExpression
body
,
IExpectValue
actual
,
IExpectValue
expected
) :
System
Protected Methods
Method
Description
CheckCore
( ) :
bool
Method Details
BinaryExpect()
public
method
public
BinaryExpect
(
BinaryExpression
body
,
IExpectValue
actual
,
IExpectValue
expected
) :
System
body
System.Linq.Expressions.BinaryExpression
actual
IExpectValue
expected
IExpectValue
return
System
CheckCore()
protected
method
protected
CheckCore
( ) :
bool
return
bool