Mock
public string Name {
get; }
public bool Strict {
get;
set; }
public virtual object Call(
string methodName,
object[]
args)
public void Expect(
string methodName,
object[]
args)
public void Expect(
string methodName)
public void ExpectAndReturn(
string methodName,
object returnVal,
object[]
args)