DbTestCase.updateMutationTestCases

Add a link between the mutation and what test case killed it.

  1. void updateMutationTestCases(MutationId id, const(TestCase)[] tcs)
  2. void updateMutationTestCases(MutationStatusId statusId, const(TestCase)[] tcs)
    struct DbTestCase
    @trusted
    void
    updateMutationTestCases

Parameters

tcs const(TestCase)[]

test cases to add

Meta