Database.updateMutation

Update the status of a mutant.

  1. void updateMutation(MutationId id, Mutation.Status st, Duration d, const(TestCase)[] tcs, CntAction counter)
    struct Database
    @trusted
    void
    updateMutation
    (,,
    const Duration d
    ,
    const(TestCase)[] tcs
    ,)
  2. void updateMutation(MutationStatusId id, Mutation.Status st, Duration d, CntAction counter)
  3. void updateMutation(MutationStatusId id, CntAction counter)
  4. void updateMutation(MutationStatusId id, Duration testTime)

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