instance method
assert_not_kind_of
Ruby on Rails 8.0.4
Since v7.1.6Signature
assert_not_kind_of(cls, obj, msg = nil)
Alias for: refute_kind_of
Source
# File activesupport/lib/active_support/test_case.rb, line 222
Defined in activesupport/lib/active_support/test_case.rb line 222
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TestCase