메소드 | 설명 | |
---|---|---|
Validate ( |
Validates the type.
|
|
ValidateParameters ( |
Validates a method against expected return and parameter types.
|
|
ValidatePropertyTypeAndAccessors ( |
Validates a property and its getter and/or setter.
|
|
ValidateType ( |
Validates a type against expected generic argument types.
|
public abstract Validate ( |
||
actualType | ||
리턴 | void |
public static ValidateParameters ( |
||
actualMethod | Method to validate. | |
returnTypeValidator | Expected return type. | |
리턴 | void |
public static ValidatePropertyTypeAndAccessors ( |
||
actualProperty | Property to validate. | |
propertyAccessorExpectations | PropertyAccessorExpectations | Expected property accessors. |
propertyTypeValidator | Validator for the type of the property. | |
리턴 | void |
public static ValidateType ( |
||
actualType | Type to validate. | |
typeValidator | Expected types. | |
리턴 | void |