C# 클래스 NSubstitute.Core.CallSpecification

상속: ICallSpecification
파일 보기 프로젝트 열기: nsubstitute/NSubstitute 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CallFormatter IMethodInfoFormatter

공개 메소드들

메소드 설명
CallSpecification ( MethodInfo methodInfo, IEnumerable argumentSpecifications ) : System
CreateCopyThatMatchesAnyArguments ( ) : ICallSpecification
Format ( ICall call ) : string
GetMethodInfo ( ) : MethodInfo
InvokePerArgumentActions ( CallInfo callInfo ) : void
IsSatisfiedBy ( ICall call ) : bool
NonMatchingArguments ( ICall call ) : IEnumerable
ReturnType ( ) : Type
ToString ( ) : string

비공개 메소드들

메소드 설명
AreComparable ( MethodInfo a, MethodInfo b ) : bool
AreEquivalentDefinitions ( MethodInfo a, MethodInfo b ) : bool
CanCompareGenericMethods ( MethodInfo a, MethodInfo b ) : bool
FormatArguments ( IEnumerable arguments ) : IEnumerable
HasDifferentNumberOfArguments ( ICall call ) : bool
ParameterTypes ( MethodInfo info ) : Type[]
TypesAreAllEquivalent ( Type aArgs, Type bArgs ) : bool

메소드 상세

CallSpecification() 공개 메소드

public CallSpecification ( MethodInfo methodInfo, IEnumerable argumentSpecifications ) : System
methodInfo System.Reflection.MethodInfo
argumentSpecifications IEnumerable
리턴 System

CreateCopyThatMatchesAnyArguments() 공개 메소드

public CreateCopyThatMatchesAnyArguments ( ) : ICallSpecification
리턴 ICallSpecification

Format() 공개 메소드

public Format ( ICall call ) : string
call ICall
리턴 string

GetMethodInfo() 공개 메소드

public GetMethodInfo ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

InvokePerArgumentActions() 공개 메소드

public InvokePerArgumentActions ( CallInfo callInfo ) : void
callInfo CallInfo
리턴 void

IsSatisfiedBy() 공개 메소드

public IsSatisfiedBy ( ICall call ) : bool
call ICall
리턴 bool

NonMatchingArguments() 공개 메소드

public NonMatchingArguments ( ICall call ) : IEnumerable
call ICall
리턴 IEnumerable

ReturnType() 공개 메소드

public ReturnType ( ) : Type
리턴 Type

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CallFormatter 공개적으로 프로퍼티

public IMethodInfoFormatter CallFormatter
리턴 IMethodInfoFormatter