MUnitTestsListener

munit.sbtmunit.MUnitTestsListener
class MUnitTestsListener(listener: MUnitReportListener, repository: String, reportName: String, ref: String, sha: String, scalaVersion: String, projectName: String) extends TestsListener

Attributes

Graph
Supertypes
trait TestsListener
trait TestReportListener
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Inherited methods

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

Inherited from:
TestReportListener

Concrete fields

val ISO_8601: SimpleDateFormat