コード例 #1
0
 public void writes_hello_response()
 {
     theHandler.Handle(theToken, theSession);
     theSession.AssertWasCalled(x => x.WriteResponse("221 Bye"));
 }