Package Peach :: Package Engine :: Module mitm :: Class PitmStateEngine
[hide private]

Class PitmStateEngine

source code

Instance Methods [hide private]
 
__init__(self, engine, stateMachine, publisherRight, publisherLeft) source code
 
run(self, mutator)
Returns true if all test cases have been performed.
source code
 
_evalEvent(self, code, environment)
Eval python code returning result.
source code
 
_runAction(self, action, mutator) source code
Method Details [hide private]

_evalEvent(self, code, environment)

source code 

Eval python code returning result.

code - String environment - Dictionary, keys are variables to place in local scope