Ejemplo n.º 1
0
 public static IEnumerable <object[]> ApplyLaws() =>
 new ApplyLawsTests <ResultOkF <bool>, string, int, long>(
     ResultK <bool> .Apply(), ResultK.EqK(BooleanK.Eq())).Wrap();
Ejemplo n.º 2
0
 public static IEnumerable <object[]> InvariantLaws() =>
 new InvariantLawsTests <ResultOkF <bool>, string, int, long>(
     ResultK <bool> .Invariant(), ResultK.EqK(BooleanK.Eq())).Wrap();