ScalaCheck 1.0
|
|
scalacheck/ConsoleReporter.scala
]
object
ConsoleReporter
extends
AnyRefMethod Summary | |
def
|
prettyArgs (args : scala.List[(Any, Int)]) : String |
def
|
prettyTestStats (stats : Stats) : String |
def
|
propReport (pName : String, res : Option[Result], s : Int, d : Int) : Unit |
def
|
propReport (res : Option[Result], s : Int, d : Int) : Unit |
def
|
testReport (pName : String, stats : Stats) : Unit |
def
|
testReport (testStats : Stats) : Stats |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
ScalaCheck 1.0
|
|