Test

hedgehog.runner.Test
See theTest companion class
object Test

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Test.type

Members list

Value members

Concrete methods

def apply(name: String, result: => Property): Test

Wrap the actual constructor so we can catch any exceptions thrown

Wrap the actual constructor so we can catch any exceptions thrown

Attributes

def renderCoverage(coverage: Coverage[CoverCount], tests: SuccessCount, examples: Examples): List[String]
def renderExample(examples: Examples, name: LabelName): List[String]
def renderLog(log: Log): String
def renderReport(className: String, t: Test, report: Report, ansiCodesSupported: Boolean): String