MutationTestDriver.Global

Undocumented in source.

Members

Variables

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

File to mutate.

mutp
MutationEntry mutp;

The mutant to apply.

original
Blob original;

The original file.

runner
TestRunner* runner;

Runs the test commands.

swCompile
StopWatch swCompile;

How long it took to do the mutation testing.

swTest
StopWatch swTest;
Undocumented in source.
testBinaryDb
TestBinaryDb* testBinaryDb;
Undocumented in source.
testCases
TestCase[] testCases;

Test cases that killed the mutant.

testResult
TestResult testResult;

The result of running the test cases.

useSkipMutant
NamedType!(bool, Tag!"UseSkipMutant", bool.init, TagStringable) useSkipMutant;
Undocumented in source.

Meta