Метод | Описание | |
---|---|---|
ArgumentSpecification ( |
||
ArgumentSpecification ( |
||
CreateCopyMatchingAnyArgOfType ( |
||
DescribeNonMatch ( object argument ) : string | ||
FormatArgument ( object argument ) : string | ||
IsSatisfiedBy ( object argument ) : bool | ||
RunAction ( object argument ) : void | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
GetIncompatibleTypeMessage ( object argument ) : string | ||
IsCompatibleWith ( object argument ) : bool | ||
RunActionIfTypeIsCompatible ( object argument ) : void |
public ArgumentSpecification ( |
||
forType | ||
matcher | IArgumentMatcher | |
Результат | System |
public ArgumentSpecification ( |
||
forType | ||
matcher | IArgumentMatcher | |
action | Action | |
Результат | System |
public CreateCopyMatchingAnyArgOfType ( |
||
requiredType | ||
Результат | IArgumentSpecification |
public DescribeNonMatch ( object argument ) : string | ||
argument | object | |
Результат | string |
public FormatArgument ( object argument ) : string | ||
argument | object | |
Результат | string |
public IsSatisfiedBy ( object argument ) : bool | ||
argument | object | |
Результат | bool |
public RunAction ( object argument ) : void | ||
argument | object | |
Результат | void |