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 TestsListenertrait TestReportListenerclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
called once, at end of the test group.
called once, at end of the test group.
Attributes
called once, at beginning.
called once, at beginning.
Attributes
called if there was an error during test
called if there was an error during test
Attributes
called if test completed
called if test completed
Attributes
called for each class or equivalent grouping
called for each class or equivalent grouping
Attributes
called for each test method or equivalent
called for each test method or equivalent
Attributes
Inherited methods
Used by the test framework for logging test results
Used by the test framework for logging test results
Attributes
- Inherited from:
- TestReportListener
Concrete fields
In this article