TestLogger

sbt.internal.testing.TestLogger
See theTestLogger companion object
class TestLogger(val logging: TestLogging) extends TestsListener

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def contentLogger(test: TestDefinition): Option[ContentLogger]

Used by the test framework for logging test results

Used by the test framework for logging test results

Attributes

Definition Classes
def doComplete(finalResult: TestResult): Unit

called once, at end of the test group.

called once, at end of the test group.

Attributes

def doInit(): Unit

called once, at beginning.

called once, at beginning.

Attributes

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

called if test completed

called if test completed

Attributes

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 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 fields