Database.updateMutation

Update the status of a mutant.

struct Database
@trusted
void
updateMutation
(,,
const Duration d
,
const(TestCase)[] tcs
,)

Parameters

id MutationId

ID of the mutant

st Mutation.Status

status to broadcast

d Duration

time spent on veryfing the mutant

tcs const(TestCase)[]

test cases that killed the mutant

counter CntAction

how to act with the counter

Meta