Sha256: cdd6b7ef53a6505d19020cf5618c36c0709e9f551d297841bb1ec9f54416f00d

Contents?: true

Size: 274 Bytes

Versions: 21

Compression:

Stored size: 274 Bytes

Contents

require File.dirname(__FILE__) + '/../test_helper'
require File.dirname(__FILE__) + '/common'

class ServerTest < Test::Unit::TestCase
  include Backlog::Performance::Tests
  
  PORT = 4000
  
  def setup
    start_server
  end
  
  def teardown
    stop_server
  end
  
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
backlog-0.17.2 test/performance/server_test.rb
backlog-0.17.4 test/performance/server_test.rb
backlog-0.17.3 test/performance/server_test.rb
backlog-0.17.5 test/performance/server_test.rb
backlog-0.18.0 test/performance/server_test.rb
backlog-0.17.6 test/performance/server_test.rb
backlog-0.19.0 test/performance/server_test.rb
backlog-0.20.0 test/performance/server_test.rb
backlog-0.20.1 test/performance/server_test.rb
backlog-0.21.0 test/performance/server_test.rb
backlog-0.21.1 test/performance/server_test.rb
backlog-0.21.2 test/performance/server_test.rb
backlog-0.21.3 test/performance/server_test.rb
backlog-0.22.1 test/performance/server_test.rb
backlog-0.22.0 test/performance/server_test.rb
backlog-0.23.0 test/performance/server_test.rb
backlog-0.24.0 test/performance/server_test.rb
backlog-0.23.1 test/performance/server_test.rb
backlog-0.25.0 test/performance/server_test.rb
backlog-0.26.0 test/performance/server_test.rb