Skip to content

Commit e02e1d4

Browse files
committed
Merge branch 'neville/prop-doc' of https://github.com/nevillelyh/scalatest into nevillelyh-neville/prop-doc
2 parents 336edca + fd9d7ca commit e02e1d4

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; see [[MinSuccessful]], note that the default
64+
* is 10 instead of 100 in ScalaCheck
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; see [[MinSuccessful]], note that the default
354+
* is 10 instead of 100 in ScalaCheck
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)