Kraken\Test\Simulation\Simulation::__construct PHP Method

__construct() public method

public __construct ( Kraken\Loop\LoopExtendedInterface $loop )
$loop Kraken\Loop\LoopExtendedInterface
    public function __construct(LoopExtendedInterface $loop)
    {
        $this->loop = $loop;
        $this->scenario = function () {
        };
        $this->events = [];
        $this->failureMessage = null;
        $this->startCallback = function () {
        };
        $this->stopCallback = function () {
        };
        $this->stopFlags = false;
    }