TestFile

mutationtesting.TestFile
final case class TestFile(tests: Seq[TestDefinition], source: Option[String])

A file containing one or more tests

Attributes

source

Full source code of the test file. This can be used to display in the report.

tests

The tests contained in this test file.

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product