IMock public interface IMock : IVerify, ICallHandler Documentation string Name { get; } bool Strict { get; set; } void Expect(string methodName, object[] args) void Expect(string MethodName) void ExpectAndReturn(string methodName, object returnVal, object[] args) void ExpectAndThrow(string methodname, Exception exception, object[] args) void ExpectNoCall(string methodName) void SetReturnValue(string methodName, object returnVal)