dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
MutationTestResult
dextool
plugin
mutate
backend
test_mutant
common
The result of running the test suite on one mutant.
@
safe
struct
MutationTestResult {
import
dextool
.
plugin
.
mutate
.
backend
.
database
:
MutationStatusId
,
MutationId
;
;
import
dextool
.
plugin
.
mutate
.
backend
.
type
:
Mutation
,
TestCase
,
ExitStatus
;
;
MutationId
mutId
;
MutationStatusId
id
;
Mutation
.
Status
status
;
MutantTimeProfile
profile
;
TestCase
[]
testCases
;
ExitStatus
exitStatus
;
}
Members
Variables
exitStatus
ExitStatus
exitStatus
;
Undocumented in source.
id
MutationStatusId
id
;
Undocumented in source.
mutId
MutationId
mutId
;
Undocumented in source.
profile
MutantTimeProfile
profile
;
Undocumented in source.
status
Mutation
.
Status
status
;
Undocumented in source.
testCases
TestCase
[]
testCases
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
test_mutant
common
aliases
CompileResult
PrintCompileOnFailure
classes
AutoCleanup
functions
builtin
compile
createTmpDir
externalProgram
hashFiles
restoreFiles
runTester
structs
HashFile
LineRange
MutationTestResult
TestBinaryDb
TestCaseAnalyzer
TestResult
TestStopCheck
The result of running the test suite on one mutant.