Example #1
0
 public void Should_generate_otherkey()
 {
     mapping.OtherKey("Foo");
     MappingXml.ShouldHaveAttribute("OtherKey", "Foo");
 }