Esempio n. 1
0
 public static IEnumerable <object[]> EqLaws() =>
 new EqLawsTests <Option <string> >(OptionK.Eq(StringK.Eq())).Wrap();
Esempio n. 2
0
 public static IEnumerable <object[]> EqLaws() =>
 new EqLawsTests <Try <string> >(TryK.Eq(StringK.Eq(), new ExceptionEq())).Wrap();
Esempio n. 3
0
 public static IEnumerable <object[]> EqLaws() =>
 new EqLawsTests <Result <int, string> >(ResultK.Eq(Int32K.Eq(), StringK.Eq())).Wrap();
Esempio n. 4
0
 public static IEnumerable <object[]> EqLaws() =>
 new EqLawsTests <List <string> >(ListK.Eq(StringK.Eq())).Wrap();