dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
DbTestCase.testCaseMutationPointTimeoutSrcMutants
dextool
plugin
mutate
backend
database
standalone
DbTestCase
alias
testCaseMutationPointAliveSrcMutants
=
testCaseCountSrcMutants
!([
Mutation
.
Status
.
alive
])
alias
testCaseMutationPointTimeoutSrcMutants
=
testCaseCountSrcMutants
!([
Mutation
.
Status
.
timeout
])
struct
DbTestCase
alias
testCaseMutationPointTimeoutSrcMutants
=
testCaseCountSrcMutants
!([
Mutation.Status.timeout
])
alias
testCaseMutationPointKilledSrcMutants
=
testCaseCountSrcMutants
!([
Mutation
.
Status
.
killed
])
alias
testCaseMutationPointUnknownSrcMutants
=
testCaseCountSrcMutants
!([
Mutation
.
Status
.
unknown
])
alias
testCaseMutationPointKilledByCompilerSrcMutants
=
testCaseCountSrcMutants
!([
Mutation
.
Status
.
killedByCompiler
])
alias
testCaseMutationPointTotalSrcMutants
=
testCaseCountSrcMutants
!([
Mutation
.
Status
.
alive
,
Mutation
.
Status
.
killed
,
Mutation
.
Status
.
timeout
])
Return Value
mutants at mutations points that the test case has killed mutants at.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
database
standalone
DbTestCase
aliases
testCaseMutationPointAliveSrcMutants
testCaseMutationPointKilledByCompilerSrcMutants
testCaseMutationPointKilledSrcMutants
testCaseMutationPointTimeoutSrcMutants
testCaseMutationPointTotalSrcMutants
testCaseMutationPointUnknownSrcMutants
functions
addDetectedTestCases
getAllTestCaseInfo2
getDetectedTestCaseIds
getDetectedTestCases
getNumOfTestCases
getTestCase
getTestCaseId
getTestCaseInfo
getTestCaseMutantKills
getTestCaseName
getTestCases
getTestCasesWithAtLeastOneKill
getTestCasesWithZeroKills
hasTestCases
removeTestCase
resetTestCaseId
setDetectedTestCases
testCaseKilledSrcMutants
updateMutationTestCases