Test

object Test
Companion
class
class Object
trait Matchable
class Any

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

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