C# 클래스 FluentSpec.Classes.Method

상속: Call
파일 보기 프로젝트 열기: msuarz/fluentspec 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ShouldIgnoreArgs bool

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
HaveMatchingArgsWith ( Method Other ) : bool
IgnoreArgs ( ) : void
Method ( ) : System
ToString ( ) : string
WasRecordedBy ( System.Log Log ) : void
WillBeExpected ( ) : void
WillThrow ( Exception Exception ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HaveMatchingArgsWith() 공개 메소드

public HaveMatchingArgsWith ( Method Other ) : bool
Other Method
리턴 bool

IgnoreArgs() 공개 메소드

public IgnoreArgs ( ) : void
리턴 void

Method() 공개 메소드

public Method ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WasRecordedBy() 공개 메소드

public WasRecordedBy ( System.Log Log ) : void
Log System.Log
리턴 void

WillBeExpected() 공개 메소드

public WillBeExpected ( ) : void
리턴 void

WillThrow() 공개 메소드

public WillThrow ( Exception Exception ) : void
Exception System.Exception
리턴 void

프로퍼티 상세

ShouldIgnoreArgs 공개적으로 프로퍼티

public bool ShouldIgnoreArgs
리턴 bool