Summary

sbt.Tests.Summary
final case class Summary(name: String, summaryText: String)

Summarizes a test run.

Value parameters

name

The name of the test framework providing this summary.

summaryText

The summary message for tests run by the test framework.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product