scalacheck

object ConsoleReporter

[source: scalacheck/ConsoleReporter.scala]

object ConsoleReporter
extends AnyRef
Method 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
def prettyTestStats(stats : Stats) : String

def prettyArgs(args : scala.List[(Any, Int)]) : String

def propReport(res : Option[Result], s : Int, d : Int) : Unit

def propReport(pName : String, res : Option[Result], s : Int, d : Int) : Unit

def testReport(testStats : Stats) : Stats

def testReport(pName : String, stats : Stats) : Unit