class Easytest::Matcher::Raise

Attributes

with_message[R]

Public Instance Methods

initialize(actual: Proc, expected: untyped, negate: bool, with_message: (String | Regexp)?) → void click to toggle source
# File sig/_internal/easytest/matcher/raise.rbs, line(s) 8:8
def initialize: (actual: Proc, expected: untyped, negate: bool, with_message: (String | Regexp)?) -> void
match_error?(Exception error) → bool click to toggle source
# File sig/_internal/easytest/matcher/raise.rbs, line(s) 12:12
def match_error?: (Exception error) -> bool