MutationTestDriver.Global

Undocumented in source.

Members

Variables

db
Database* db;
Undocumented in source.
fio
FilesysIO fio;
Undocumented in source.
mut_file
AbsolutePath mut_file;

File to mutate.

mut_status
Mutation.Status mut_status;

The result of running the test cases.

mutp
MutationEntry mutp;

The mutant to apply.

original
Blob original;

The original file.

runner
TestRunner* runner;

Runs the test commands.

sw
StopWatch sw;

How long it took to do the mutation testing.

test_cases
TestCase[] test_cases;

Test cases that killed the mutant.

Meta