FrameworkInformation
mutationtesting.FrameworkInformation
final case class FrameworkInformation(name: String, version: Option[String], branding: Option[BrandingInformation], dependencies: Option[Dependencies])
Extra information about the framework used
Value parameters
- branding
-
Extra branding information about the framework used.
- dependencies
-
Dependencies used by the framework. Key-value pair of dependencies and their versions.
- name
-
Name of the framework used.
- version
-
Version of the framework used.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article