コード例 #1
0
 public static AndConstraint <ObjectAssertions> BeEither(this ObjectAssertions assertions, params object[] expected)
 {
     return(assertions.BeEither(expected, string.Empty));
 }