public void SignIn(string userName, bool createPersistentCookie) { // verify that the arguments are what we expected Assert.AreEqual("someUser", userName); Assert.IsFalse(createPersistentCookie); SignIn_WasCalled = true; }