コード例 #1
0
 public static IAssertion Assert_or(XmlElement config) => LogicalAssertion.LogicalOr(Create(config.ChildNodes));
コード例 #2
0
 public static IAssertion assert_not(XmlElement config) => LogicalAssertion.LogicalNot(Create(config.ChildNodes));
コード例 #3
0
 public static IAssertion assert_or(XmlElement config)
 {
     return(LogicalAssertion.LogicalOr(Create(config.ChildNodes)));
 }