Beispiel #1
0
 public void Should_generate_thiskey()
 {
     mapping.ThisKey("Foo");
     MappingXml.ShouldHaveAttribute("ThisKey", "Foo");
 }