TestReporter

mill.api.daemon.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
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def logFinish(event: Event): Unit
def logStart(event: Event): Unit

Concrete methods