Journal

case class Journal(logs: List[Log], coverage: Coverage[Cover])

A record containing the details of a test run.

A record containing the details of a test run.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def ++(o: Journal): Journal
def log(log: Log): Journal

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product