Database.updateMutationTestCases

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

struct Database
@trusted
void
updateMutationTestCases
(,
const(TestCase)[] tcs
)

Parameters

id MutationId

?

tcs const(TestCase)[]

test cases to add

Meta