Registry / testing / bunny-mock

bunny-mock

JSON →
library1.7.0rbrubygemsunverified

Easy to use mocking for testing the Bunny client for RabbitMQ.

gem install bunny-mock
INSTALL
IMPORT
SIG · BUNNY-MOCK
B
bunny-mock
testingrubyv1.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BunnyMock
require 'bunny-mock'

Mock a Bunny connection and test message publishing.

require 'bunny-mock' conn = BunnyMock.new ch = conn.create_channel q = ch.queue('test') q.publish('message') puts q.message_count # => 1
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
OpenAI (training)
1
Resources
bunny-mock — gem install bunny-mock · libregistry