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
NotEqualExpect
C# Class Cone.Expectations.NotEqualExpect
Inheritance:
Expect
显示文件
Open project: drunkcod/Cone
Public Methods
Method
Description
NotEqualExpect
(
BinaryExpression
body
,
IExpectValue
actual
,
IExpectValue
expected
) :
System
Protected Methods
Method
Description
CheckCore
( ) :
bool
Method Details
CheckCore()
protected
method
protected
CheckCore
( ) :
bool
return
bool
NotEqualExpect()
public
method
public
NotEqualExpect
(
BinaryExpression
body
,
IExpectValue
actual
,
IExpectValue
expected
) :
System
body
System.Linq.Expressions.BinaryExpression
actual
IExpectValue
expected
IExpectValue
return
System