Method: JavaMethod#with_exceptions

Defined in:
lib/java_testing_guff/qdox_extensions.rb

#with_exceptionsObject



271
272
273
274
275
# File 'lib/java_testing_guff/qdox_extensions.rb', line 271

def with_exceptions
    exceptions.each do |e|
        yield e
    end
end