ActionCable Channel TestCase Behavior module Behavior Ruby on Rails 6.0.6 Since v6.0.6 Available in: v6.0.6 v6.1.7.10 v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2 Compare with: … v6.1.7.10 v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2 No documentation comment. Namespace Modules ActionCable::Channel::TestCase::Behavior::ClassMethods Includes ActiveSupport::Testing::ConstantLookup ActionCable::TestHelper Extends ActiveSupport::Concern Constants ActionCable::Channel::TestCase::Behavior::CHANNEL_IDENTIFIER Attributes ActionCable::Channel::TestCase::Behavior#connection ActionCable::Channel::TestCase::Behavior#subscription Methods (defined here) # assert_broadcast_on # assert_broadcasts # assert_has_stream # assert_has_stream_for # assert_no_streams # perform # stub_connection # subscribe # transmissions # unsubscribe Private methods (2) Implementation detail — not part of the public API. # broadcasting_for # check_subscribed! Used by Included by (1) ActionCable::Channel::TestCase Methods (inherited) From ActionCable::TestHelper (3) # assert_broadcast_on # assert_broadcasts # assert_no_broadcasts From ActiveSupport::Concern (2) # class_methods # included