Skip to content

Commit 3086547

Browse files
committed
Merge branch 'nevillelyh-neville/prop-doc' into 3.1.x
2 parents 336edca + 6fd0c6e commit 3086547

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scalatest/src/main/scala/org/scalatest/prop/Configuration.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ trait Configuration {
6060
* Describes the configuration to use when evaluating a property.
6161
*
6262
* @param minSuccessful the minimum number of successful property evaluations required for
63-
* the property to pass; see [[MinSuccessful]]
63+
* the property to pass (Note that the default
64+
* is 10 instead of 100 as in ScalaCheck.); see [[MinSuccessful]]
6465
* @param maxDiscardedFactor how many generated values may be discarded,
6566
* as a multiple of the successful attempts, before the property check is considered to be
6667
* [[org.scalatest.prop.PropertyCheckResult.Exhausted]]; see [[MaxDiscardedFactor]]
@@ -349,7 +350,8 @@ object Configuration extends Configuration {
349350
* those in, and the system will resolve those to a coherent [[Parameter]].
350351
*
351352
* @param minSuccessful the minimum number of successful property evaluations required for
352-
* the property to pass; see [[MinSuccessful]]
353+
* the property to pass (Note that the default
354+
* is 10 instead of 100 as in ScalaCheck.); see [[MinSuccessful]]
353355
* @param maxDiscardedFactor how many generated values may be discarded,
354356
* as a multiple of the successful attempts, before the property check is considered to be
355357
* [[org.scalatest.prop.PropertyCheckResult.Exhausted]]; see [[MaxDiscardedFactor]]

0 commit comments

Comments
 (0)