Database.updateMutationTestCases

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

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

Parameters

id

?

tcs
Type: const(TestCase)[]

test cases to add

Meta