C# 클래스 NSubstitute.Core.Arguments.SuppliedArgumentSpecifications

상속: ISuppliedArgumentSpecifications
파일 보기 프로젝트 열기: nsubstitute/NSubstitute

공개 메소드들

메소드 설명
AnyFor ( object argument, Type argumentType ) : bool
Dequeue ( ) : IArgumentSpecification
DequeueRemaining ( ) : IEnumerable
IsNextFor ( object argument, Type argumentType ) : bool
SuppliedArgumentSpecifications ( IDefaultChecker defaultChecker, IEnumerable argumentSpecifications ) : System

비공개 메소드들

메소드 설명
AreTypesCompatible ( Type argumentType, Type typeArgSpecIsFor ) : bool
DoesArgSpecLookLikeItCouldBeForThisArgumentAndType ( IArgumentSpecification argSpec, object argument, Type argumentType ) : bool
IsProvidedArgumentTheOneWeWouldGetUsingAnArgSpecForThisType ( object argument, Type typeArgSpecIsFor ) : bool

메소드 상세

AnyFor() 공개 메소드

public AnyFor ( object argument, Type argumentType ) : bool
argument object
argumentType System.Type
리턴 bool

Dequeue() 공개 메소드

public Dequeue ( ) : IArgumentSpecification
리턴 IArgumentSpecification

DequeueRemaining() 공개 메소드

public DequeueRemaining ( ) : IEnumerable
리턴 IEnumerable

IsNextFor() 공개 메소드

public IsNextFor ( object argument, Type argumentType ) : bool
argument object
argumentType System.Type
리턴 bool

SuppliedArgumentSpecifications() 공개 메소드

public SuppliedArgumentSpecifications ( IDefaultChecker defaultChecker, IEnumerable argumentSpecifications ) : System
defaultChecker IDefaultChecker
argumentSpecifications IEnumerable
리턴 System