TestReporter

mill.api.internal.TestReporter
See theTestReporter companion object
@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

Companion
object
Source
TestReporter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def logFinish(event: Event): Unit

Attributes

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

Attributes

Source
TestReporter.scala

Concrete methods

Attributes

Source
TestReporter.scala