Пример #1
0
 public void ShouldHaveWrittenXml(string mimeType)
 {
     xmlFormatter.AssertWasCalled(x => x.Write(theAddress, mimeType));
 }