class Roby::Test::ExecutionExpectations::HaveHandledErrorMatching

Public Instance Methods

to_s() click to toggle source
# File lib/roby/test/execution_expectations.rb, line 901
def to_s
    "should have handled an error matching #{@matcher}"
end
update_match(propagation_info) click to toggle source
# File lib/roby/test/execution_expectations.rb, line 897
def update_match(propagation_info)
    super(propagation_info.handled_errors.map(&:first), propagation_info.emitted_events)
end