Ejemplo n.º 1
0
 public void should_write_the_to_string_render_of_the_type_to_the_output_writer()
 {
     writer.AssertWasCalled(x => x.Write(MimeType.Html.ToString(), "some html"));
 }