MUnitTestReport

munit.sbtmunit.MUnitTestReport

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Group(name: String, result: String, events: Array[TestEvent])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Summary(repository: String, ref: String, sha: String, timestamp: String, scalaVersion: String, projectName: String, javaVersion: String, os: String, groups: Array[Group])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TestEvent(status: String, name: String, duration: Long, exception: TestException)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TestException(className: String, message: String, stack: Array[String], cause: TestException)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all