final case class MutationTestResult[+C]($schema: Option[String] = ..., schemaVersion: String = "1", thresholds: Thresholds, projectRoot: Option[String] = None, files: FileResultDictionary, testFiles: Option[TestFileDefinitionDictionary] = None, performance: Option[PerformanceStatistics] = None, framework: Option[FrameworkInformation] = None, system: Option[SystemInformation] = None, config: Option[C] = None) extends Product with Serializable
Schema for a mutation testing report
- C
type of the config object
- $schema
URL to the JSON schema.
- schemaVersion
Major version of this report. Used for compatibility.
- thresholds
Thresholds for the status of the reported application.
- projectRoot
The optional location of the project root.
- files
All mutated files.
- testFiles
Test file definitions by file path OR class name.
- performance
The performance statistics per phase. Total time should be roughly equal to the sum of all these.
- framework
Extra information about the framework used.
- system
Information about the system that performed mutation testing.
- config
Free-format object that represents the configuration used to run mutation testing.
- Alphabetic
- By Inheritance
- MutationTestResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
MutationTestResult(arg0: Option[String] = ..., schemaVersion: String = "1", thresholds: Thresholds, projectRoot: Option[String] = None, files: FileResultDictionary, testFiles: Option[TestFileDefinitionDictionary] = None, performance: Option[PerformanceStatistics] = None, framework: Option[FrameworkInformation] = None, system: Option[SystemInformation] = None, config: Option[C] = None)
- schemaVersion
Major version of this report. Used for compatibility.
- thresholds
Thresholds for the status of the reported application.
- projectRoot
The optional location of the project root.
- files
All mutated files.
- testFiles
Test file definitions by file path OR class name.
- performance
The performance statistics per phase. Total time should be roughly equal to the sum of all these.
- framework
Extra information about the framework used.
- system
Information about the system that performed mutation testing.
- config
Free-format object that represents the configuration used to run mutation testing.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- val $schema: Option[String]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val config: Option[C]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val files: FileResultDictionary
- val framework: Option[FrameworkInformation]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val performance: Option[PerformanceStatistics]
- val projectRoot: Option[String]
- val schemaVersion: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val system: Option[SystemInformation]
- val testFiles: Option[TestFileDefinitionDictionary]
- val thresholds: Thresholds
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated