Rhino. Mocks. Expectations. AbstractExpectationRhino.Mocks.Expectations.AbstractExpectation |
returnValue| private object returnValue |
exceptionToThrow| private Exception exceptionToThrow |
method| private MethodInfo method |
returnValueSet| private bool returnValueSet |
repeatableOption| private RepeatableOption repeatableOption |
matchingArgs| private object[] matchingArgs |
outRefParams| private object[] outRefParams |
originalInvocation| private IInvocation originalInvocation |
OutRefParams| public object[] OutRefParams { set } |
HasReturnValue| public bool HasReturnValue { get } |
Method| public MethodInfo Method { get } |
Originalinvocation| public IInvocation Originalinvocation { get } |
RepeatableOption| public RepeatableOption RepeatableOption { get, set } |
Expected| public Range Expected { get, set } |
ActualCalls| public int ActualCalls { get } |
CanAcceptCalls| public bool CanAcceptCalls { get } |
ExpectationSatisfied| public bool ExpectationSatisfied { get } |
ReturnValue| public object ReturnValue { get, set } |
ExceptionToThrow| public Exception ExceptionToThrow { get, set } |
ActionsSatisfied| public bool ActionsSatisfied { get } |
Message| public string Message { get, set } |
GetHashCode| public override int GetHashCode() |
AddActualCall| public void AddActualCall() |
ReturnOrThrow| public object ReturnOrThrow( | IInvocation | invocation, | | object[] | args | ) |
|
IsExpected| public bool IsExpected( | object[] | args | ) |
|
AbstractExpectation| protected AbstractExpectation( | IInvocation | invocation | ) |
|
AbstractExpectation| protected AbstractExpectation( | IExpectation | expectation | ) |
|
DoIsExpected| protected abstract bool DoIsExpected( | object[] | args | ) |
|
ErrorMessage| public abstract string ErrorMessage { get } |
Equals| public abstract override bool Equals( | object | obj | ) |
|
CreateErrorMessage| protected string CreateErrorMessage( | string | derivedMessage | ) |
|
SetupOutputAndRefParameters| private void SetupOutputAndRefParameters( | object[] | args | ) |
|
ActionOnMethodNotSpesified| private void ActionOnMethodNotSpesified() |
ExecuteAction| private object ExecuteAction() |
AssertTypesMatches| private void AssertTypesMatches( | object | value | ) |
|
AssertDelegateArgumentsMatchMethod| protected void AssertDelegateArgumentsMatchMethod( | Delegate | callback | ) |
|
AssertReturnTypeMatch| private void AssertReturnTypeMatch( | Delegate | value | ) |
|
|