Output

sbt.Tests.Output
final case class Output(overall: TestResult, events: Map[String, SuiteResult], summaries: Iterable[Summary])

The result of a test run.

Value parameters

events

The result of each test group (suite) executed during this test run.

overall

The overall result of execution across all tests for all test frameworks in this test run.

summaries

Explicit summaries directly provided by test frameworks. This may be empty, in which case a default summary will be generated.

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