C# Класс NSubstitute.Core.Arguments.SuppliedArgumentSpecifications

Наследование: ISuppliedArgumentSpecifications
Показать файл Открыть проект

Открытые методы

Метод Описание
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