TestReporter

mill.api.TestReporter
@Scaladoc(value = "/**\n * Test reporter class that can be\n * injected into the test task and\n * report information upon the start\n * and the finish of testing events\n */")
trait TestReporter

Test reporter class that can be injected into the test task and report information upon the start and the finish of testing events

Attributes

Source
BuildReporter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def logFinish(event: Event): Unit

Attributes

Source
BuildReporter.scala
def logStart(event: Event): Unit

Attributes

Source
BuildReporter.scala