Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 ShouldCallOriginal
 StartsWith
T
 Throw
 Times
 ToString, Rhino. Mocks. Impl. Range
 TryReplaceRepeatableExpectation, Rhino. Mocks. MethodRecorders. MethodRecorderBase
 Twice
 TypeOf
U
 UnexpectedMethodCall
 Unordered, MockRepository
 UnorderedMethodRecorder, Rhino. Mocks. MethodRecorders. UnorderedMethodRecorder
V
 ValidateCallback, Rhino. Mocks. Expectations. CallbackExpectation
 Value, Property
 Verify
 VerifyAll, MockRepository
public bool ShouldCallOriginal(MethodInfo method)
bool ShouldCallOriginal(MethodInfo method)
public StartsWith(string start)
The parameter starts with the specified string
Throws the specified exception when the method is called.
public IMethodOptions Throw(Exception exception)
IMethodOptions Throw(Exception exception)
Throws the specified exception when the method is called.
public IMethodOptions Times(int min,
int max)
IMethodOptions Times(int min,
int max)
Repeat the method the specified number of time between min & max.
public override string ToString()
private bool TryReplaceRepeatableExpectation(MethodInfo method,
IExpectation newExpectation,
IExpectation oldExpectation,
object proxy)
public IMethodOptions Twice()
IMethodOptions Twice()
The method will repeat twice
Determains whatever the parameter if of the specified type.
public TypeOf(Type type)
protected override ExpectationViolationException UnexpectedMethodCall(
   object proxy,
   MethodInfo method,
   object[] args
)
protected virtual ExpectationViolationException UnexpectedMethodCall(
   object proxy,
   MethodInfo method,
   object[] args
)
Moves the entire MockRepository to use unordered recording (the default).
public UnorderedMethodRecorder(IMethodRecorder parentRecorder)
private void ValidateCallback()
Determains that the parameter has property with the specified value
Verifies that all expectations has been met for a single mock object.
public void Verify()
public void Verify()
public void Verify()
void Verify()
Verifies that all the expectations on all mock objects in the repository are met.