DbMutant.updateMutation

Update the status of a mutant.

  1. void updateMutation(MutationId id, Mutation.Status st, ExitStatus ecode, MutantTimeProfile p, const(TestCase)[] tcs)
    struct DbMutant
    @trusted
    void
    updateMutation
  2. void updateMutation(MutationStatusId id, Mutation.Status st, ExitStatus ecode, MutantTimeProfile p)
  3. void updateMutation(MutationStatusId id, MutantTimeProfile p)

Parameters

id MutationId

ID of the mutant

st Mutation.Status

status to broadcast

tcs const(TestCase)[]

test cases that killed the mutant

Meta