Sha256: 740ce4dbafdb0b58c9449e90f014b0a46f3f63d46ab99224c5dbc15f961b3cd3

Contents?: true

Size: 359 Bytes

Versions: 10

Compression:

Stored size: 359 Bytes

Contents

$:.unshift File.join(File.dirname(__FILE__),'..','..','lib')

require 'test/unit'

require 'rhcp'
require 'rhcp/tests_for_brokers'
require 'rhcp/tests_for_writable_brokers'

class BrokerTest < Test::Unit::TestCase

  include TestsForBrokers
  include TestsForWritableBrokers

  def setup
    @broker = RHCP::Broker.new()
    @test_broker = @broker
  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rhcp-0.2.23 test/rhcp/broker_test.rb
rhcp-0.2.22 test/rhcp/broker_test.rb
rhcp-0.2.21 test/rhcp/broker_test.rb
rhcp-0.2.20 test/rhcp/broker_test.rb
rhcp-0.2.19 test/rhcp/broker_test.rb
rhcp-0.2.18 test/rhcp/broker_test.rb
rhcp-0.2.17 test/rhcp/broker_test.rb
rhcp-0.2.16 test/rhcp/broker_test.rb
rhcp-0.2.15 test/rhcp/broker_test.rb
rhcp-0.2.14 test/rhcp/broker_test.rb