TestReportListener

sbt.TestReportListener

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def endGroup(name: String, t: Throwable): Unit

called if there was an error during test

called if there was an error during test

Attributes

def endGroup(name: String, result: TestResult): Unit

called if test completed

called if test completed

Attributes

def startGroup(name: String): Unit

called for each class or equivalent grouping

called for each class or equivalent grouping

Attributes

def testEvent(event: TestEvent): Unit

called for each test method or equivalent

called for each test method or equivalent

Attributes

Concrete methods

Used by the test framework for logging test results

Used by the test framework for logging test results

Attributes