示例#1
0
 public void then_message_field_exists()
 {
     LastLog.PropertyExists(Property.Message).Should().BeTrue();
 }
 public bool then(bool suppressDefaults)
 {
     Act(suppressDefaults);
     return(LastLog.PropertyExists("int"));
 }