[Test] public void CallMethodWithTwoParamExpectations() { mock.Expect("WithTwoArgs", new IsEqual("hello"), new IsEqual("world")); thingy.WithTwoArgs("hello", "world"); mock.Verify(); }