Sha256: 222a1468a75d7ff73c2ed754ce6ef52f31309d79cab5949269091c8827f9bbb8

Contents?: true

Size: 254 Bytes

Versions: 40

Compression:

Stored size: 254 Bytes

Contents

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

class JettyTest < Test::Unit::TestCase
  include Backlog::Performance::Tests
  
  def setup
    start_jetty
  end
  
  def teardown
    stop_jetty
  end
  
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
backlog-0.37.2 test/performance/jetty_test.rb
backlog-0.37.1 test/performance/jetty_test.rb
backlog-0.36.2 test/performance/jetty_test.rb
backlog-0.17.2 test/performance/jetty_test.rb
backlog-0.17.4 test/performance/jetty_test.rb
backlog-0.17.3 test/performance/jetty_test.rb
backlog-0.17.5 test/performance/jetty_test.rb
backlog-0.18.0 test/performance/jetty_test.rb
backlog-0.17.6 test/performance/jetty_test.rb
backlog-0.19.0 test/performance/jetty_test.rb
backlog-0.20.0 test/performance/jetty_test.rb
backlog-0.20.1 test/performance/jetty_test.rb
backlog-0.21.0 test/performance/jetty_test.rb
backlog-0.21.2 test/performance/jetty_test.rb
backlog-0.21.1 test/performance/jetty_test.rb
backlog-0.21.3 test/performance/jetty_test.rb
backlog-0.22.0 test/performance/jetty_test.rb
backlog-0.22.1 test/performance/jetty_test.rb
backlog-0.23.0 test/performance/jetty_test.rb
backlog-0.24.0 test/performance/jetty_test.rb