Static Public Attributes | |
int | FINISH_BY_SPECIAL_REQUEST = 0 |
Finish when a Data Model of an Action with flag terminateTestCase is matched. | |
int | FINISH_BY_CLOSE = 1 |
Finish when server closes connection. | |
int | FINISH_BY_ACTION_COUNT = 2 |
Finish when count of output actions reaches count of recorded output actions and count of input actions reaches count of recorded input actions. |
Enumeration of methods for identification of iteration end
int Peach::Engine::ppaction::IterFinishedMethods::FINISH_BY_ACTION_COUNT = 2 [static] |
Finish when count of output actions reaches count of recorded output actions and count of input actions reaches count of recorded input actions.
int Peach::Engine::ppaction::IterFinishedMethods::FINISH_BY_CLOSE = 1 [static] |
Finish when server closes connection.
Finish when a Data Model of an Action with flag terminateTestCase is matched.