MutantWorklistTbl

Mutants that should be tested.

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

Members

Variables

id
long id;
Undocumented in source.
prio
long prio;
Undocumented in source.

Meta