class Roby::Test::ExecutionExpectations::HaveErrorMatching
Public Instance Methods
to_s()
click to toggle source
# File lib/roby/test/execution_expectations.rb, line 891 def to_s "should have an error matching #{@matcher}" end
update_match(propagation_info)
click to toggle source
Calls superclass method
Roby::Test::ExecutionExpectations::ErrorExpectation#update_match
# File lib/roby/test/execution_expectations.rb, line 887 def update_match(propagation_info) super(propagation_info.exceptions, propagation_info.emitted_events) end