class Easytest::Matcher::Base
Attributes
negate
[R]
bool
negate?
[R]
bool
Public Class Methods
(actual: A, expected: E, ?negate: bool) → void
Source
# File sig/_internal/easytest/matcher/base.rbs, line 12
def initialize: (actual: A, expected: E, ?negate: bool) -> void
Public Instance Methods
() → String
Source
# File sig/_internal/easytest/matcher/base.rbs, line 22
def build_error_message: () -> String
() → void
Source
# File sig/_internal/easytest/matcher/base.rbs, line 16
def match!: () -> void
() → bool
Source
# File sig/_internal/easytest/matcher/base.rbs, line 14
def match?: () -> bool
() → String
Source
# File sig/_internal/easytest/matcher/base.rbs, line 20
def message: () -> String
() → void
Source
# File sig/_internal/easytest/matcher/base.rbs, line 24
def raise_match_error: () -> void