dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
DbTestCase.updateMutationTestCases
dextool
plugin
mutate
backend
database
standalone
DbTestCase
Add a link between the mutation and what test case killed it.
void
updateMutationTestCases
(MutationId id, const(TestCase)[] tcs)
struct
DbTestCase
@
trusted
void
updateMutationTestCases
(
const
MutationId
id
,
const
(
TestCase
)[]
tcs
)
void
updateMutationTestCases
(MutationStatusId statusId, const(TestCase)[] tcs)
Parameters
id
MutationId
?
tcs
const
(
TestCase
)[]
test cases to add
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
Add a link between the mutation and what test case killed it.