TimeoutFsm

FSM for handling mutants during the test phase.

Constructors

this
this(Mutation.Kind[] kinds)
Undocumented in source.

Members

Functions

execute
void execute(Database db)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(Init )
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(ResetWorkList )
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(UpdateCtx )
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(Running )
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(Purge data)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(Done )
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(ClearWorkList )
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(Stop )
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

execute_
void execute_(TimeoutFsm self, Database* db)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ClearWorkList
struct ClearWorkList
Undocumented in source.
Done
struct Done
Undocumented in source.
Global
struct Global

Data used by all states.

Init
struct Init
Undocumented in source.
Output
struct Output
Undocumented in source.
Purge
struct Purge
Undocumented in source.
ResetWorkList
struct ResetWorkList
Undocumented in source.
Running
struct Running
Undocumented in source.
Stop
struct Stop
Undocumented in source.
UpdateCtx
struct UpdateCtx
Undocumented in source.

Variables

output
Output output;

Output that may be used.

Meta