C# 클래스 Rhino.Mocks.Constraints.AbstractConstraint

Interface for constraints
파일 보기 프로젝트 열기: ayende/rhino-mocks 1 사용 예제들

공개 메소드들

메소드 설명
Eval ( object obj ) : bool

Determines if the object pass the constraints

operator ( ) : AbstractConstraint

Not operator for constraints

operator ( ) : bool

Allow overriding of || or &&

메소드 상세

Eval() 공개 추상적인 메소드

Determines if the object pass the constraints
public abstract Eval ( object obj ) : bool
obj object
리턴 bool

operator() 공개 정적인 메소드

Not operator for constraints
public static operator ( ) : AbstractConstraint
리턴 AbstractConstraint

operator() 공개 정적인 메소드

Allow overriding of || or &&
public static operator ( ) : bool
리턴 bool