Sha256: b7c7d83c96b17f263dcb59cb25f46f94c2507966a643cb218eee0de25b11f0db
Contents?: true
Size: 646 Bytes
Versions: 11
Compression:
Stored size: 646 Bytes
Contents
Feature: callback Scenario: callback step execution Given I have an Auton that holds counter state And I have an Auton that schedules a callback step on the counter Auton When I execute second Auton's schedule step Then the callback step of the second Auton should be executed Scenario: callback exception execution Given I have an Auton that hold counter state and raises exception on execution And I have an Auton that schedules a callback step on the counter Auton When I execute second Auton's schedule step Then the callback error step of the second Auton with the exception's message should be executed
Version data entries
11 entries across 11 versions & 1 rubygems