Exemplo n.º 1
0
 public void invoke_a_simple_string_endpoint()
 {
     host.Send(r => r.RelativeUrl("memory/hello"))
     .Body.ReadAsText().ShouldEqual("hello from the in memory host");
 }