DbTestCmd

Undocumented in source.

Members

Functions

add
void add(ChecksumTestCmdMutated cs, Mutation.Status status)
Undocumented in source. Be warned that the author may not have intended to support it.
clearTestCmdToMutant
void clearTestCmdToMutant(string testCmd)
Undocumented in source. Be warned that the author may not have intended to support it.
db
Miniorm db()
Undocumented in source. Be warned that the author may not have intended to support it.
getMutants
MutationStatusId[] getMutants(string testCmd)
getTestCmd
string getTestCmd(ChecksumTestCmdOriginal cs)
Undocumented in source. Be warned that the author may not have intended to support it.
getTestCmdRuntimes
TestCmdRuntime[] getTestCmdRuntimes()
mutated
Mutation.Status[Checksum64] mutated()
Undocumented in source. Be warned that the author may not have intended to support it.
original
Set!Checksum64 original()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(ChecksumTestCmdOriginal cs)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string[] testCmds)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string testCmd, ChecksumTestCmdOriginal cs)
Undocumented in source. Be warned that the author may not have intended to support it.
setTestCmdRuntimes
void setTestCmdRuntimes(TestCmdRuntime[] runtimes)

Drop all currently stored runtimes and replaces with runtime.

testCmds
string[] testCmds()
Undocumented in source. Be warned that the author may not have intended to support it.
trimMutated
void trimMutated(long keep)

Trim the saved checksums to only the latest keep.

Meta