MutantTimeoutWorklistTbl

Timeout mutants that are re-tested until none of them change status from timeout.

package
@TableName(mutantTimeoutWorklistTable)
@TableForeignKey("id", KeyRef("mutation_status(id)"), KeyParam("ON DELETE CASCADE"))
struct MutantTimeoutWorklistTbl {}

Members

Variables

id
long id;
Undocumented in source.

Meta