newCachedThreadPool () val p1 = forAll(Gen.unit(Pars.unit(1))) { pi -> map(pi, { it + 1 })(es).get() == Pars.unit(2)(es).get() } The resulting test is ...
確定! 回上一頁