Class ActionExpectation
Defines action related setups.
Inherited Members
CommonExpectation<ActionExpectation>.Raises<T1, T2, T3, T4>(Action, Func<T1, T2, T3, T4, EventArgs>)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.JustMock.Expectations
Assembly: Telerik.JustMock.dll
Syntax
public sealed class ActionExpectation : CommonExpectation<ActionExpectation>, IAction<ActionExpectation>, IDoInstead<ActionExpectation>, IThrows<ActionExpectation>, IAssertable, IMustBeCalled, ISetupBehavior, IOccurrence, IOrder, IPrerequisite, IDisposable, IInstanceScope<ActionExpectation>, IMethodMock, IIgnorable<ActionExpectation>, IWhen<ActionExpectation>