示例#1
0
 public static TOwner BeFalse <TOwner>(this IDataVerificationProvider <bool?, TOwner> should) =>
 should.Be(false);
示例#2
0
 public static TOwner BeTrue <TOwner>(this IDataVerificationProvider <bool?, TOwner> should) =>
 should.Be(true);