Sha256: 44aa59ae76c6ada79f7d15661525d4b5e4f6cd86ac2333d10d1f29110195e0be

Contents?: true

Size: 292 Bytes

Versions: 19

Compression:

Stored size: 292 Bytes

Contents

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

class ServerTest < Test::Unit::TestCase
  include Backlog::Performance::Tests
    
  def setup
   @port = 3000
   @factor = 1.0
   start_server
  end
  
  def teardown
    stop_server
  end
  
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
backlog-0.37.2 test/performance/server_test.rb
backlog-0.37.1 test/performance/server_test.rb
backlog-0.36.2 test/performance/server_test.rb
backlog-0.29.0 test/performance/server_test.rb
backlog-0.30.0 test/performance/server_test.rb
backlog-0.31.0 test/performance/server_test.rb
backlog-0.32.0 test/performance/server_test.rb
backlog-0.31.1 test/performance/server_test.rb
backlog-0.33.0 test/performance/server_test.rb
backlog-0.34.1 test/performance/server_test.rb
backlog-0.33.1 test/performance/server_test.rb
backlog-0.34.2 test/performance/server_test.rb
backlog-0.35.0 test/performance/server_test.rb
backlog-0.34 test/performance/server_test.rb
backlog-0.35.2 test/performance/server_test.rb
backlog-0.35.1 test/performance/server_test.rb
backlog-0.35.4 test/performance/server_test.rb
backlog-0.35.3 test/performance/server_test.rb
backlog-0.35.5 test/performance/server_test.rb