module RBS::UnitTest::TypeAssertions::_BaseAssertions
Public Instance Methods
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/sig/unit_test/type_assertions.rbs, line 33
def assert: (untyped, ?String?) -> void
(untyped, ?String?) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/sig/unit_test/type_assertions.rbs, line 37
def assert_empty: (untyped, ?String?) -> void
(untyped, Symbol, *untyped) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/sig/unit_test/type_assertions.rbs, line 39
def assert_operator: (untyped, Symbol, *untyped) -> void
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/sig/unit_test/type_assertions.rbs, line 43
def assert_predicate: (untyped, Symbol, ?String?) -> void
(untyped) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/sig/unit_test/type_assertions.rbs, line 41
def notify: (untyped) -> void
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/sig/unit_test/type_assertions.rbs, line 35
def refute: (untyped, ?String?) -> void