File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
scalatest/src/main/scala/org/scalatest/prop Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ trait Configuration {
60
60
* Describes the configuration to use when evaluating a property.
61
61
*
62
62
* @param minSuccessful the minimum number of successful property evaluations required for
63
- * the property to pass; see [[MinSuccessful ]]
63
+ * the property to pass; see [[MinSuccessful ]], note that the default
64
+ * is 10 instead of 100 in ScalaCheck
64
65
* @param maxDiscardedFactor how many generated values may be discarded,
65
66
* as a multiple of the successful attempts, before the property check is considered to be
66
67
* [[org.scalatest.prop.PropertyCheckResult.Exhausted ]]; see [[MaxDiscardedFactor ]]
@@ -349,7 +350,8 @@ object Configuration extends Configuration {
349
350
* those in, and the system will resolve those to a coherent [[Parameter ]].
350
351
*
351
352
* @param minSuccessful the minimum number of successful property evaluations required for
352
- * the property to pass; see [[MinSuccessful ]]
353
+ * the property to pass; see [[MinSuccessful ]], note that the default
354
+ * is 10 instead of 100 in ScalaCheck
353
355
* @param maxDiscardedFactor how many generated values may be discarded,
354
356
* as a multiple of the successful attempts, before the property check is considered to be
355
357
* [[org.scalatest.prop.PropertyCheckResult.Exhausted ]]; see [[MaxDiscardedFactor ]]
You can’t perform that action at this time.
0 commit comments