Sha256: a658341563841c246e7ddeaed3b0b83b2cec95fbd774c102f1cd65fd251ff418

Contents?: true

Size: 399 Bytes

Versions: 33

Compression:

Stored size: 399 Bytes

Contents

require 'test/unit'
require 'wsdl/parser'


module WSDL


class TestWSDL < Test::Unit::TestCase
  def setup
    @file = File.join(File.dirname(File.expand_path(__FILE__)), 'emptycomplextype.wsdl')
  end

  def test_wsdl
    @wsdl = WSDL::Parser.new.parse(File.open(@file) { |f| f.read })
    assert(/\{urn:jp.gr.jin.rrr.example.emptycomplextype\}emptycomplextype/ =~ @wsdl.inspect)
  end
end



end

Version data entries

33 entries across 33 versions & 13 rubygems

Version Path
mumboe-soap4r-1.6.0.pre.beta test/wsdl/test_emptycomplextype.rb
DefV-soap4r-1.5.8.2 test/wsdl/test_emptycomplextype.rb
mumboe-soap4r-1.5.8.7 test/wsdl/test_emptycomplextype.rb
teo-soap4r-1.5.9b test/wsdl/test_emptycomplextype.rb
mumboe-soap4r-1.5.8.6 test/wsdl/test_emptycomplextype.rb
soap4r-spox-1.6.0 test/wsdl/test_emptycomplextype.rb
soap4r-r19-1.5.9 test/wsdl/test_emptycomplextype.rb
mumboe-soap4r-1.5.8.5 test/wsdl/test_emptycomplextype.rb
soap4r-ruby1.9-2.0.5 test/wsdl/test_emptycomplextype.rb
soap4r-sgonyea-1.6.0 test/wsdl/test_emptycomplextype.rb
soap4r-straightjacket-1.5.9 test/wsdl/test_emptycomplextype.rb
soap4r-straightjacket-1.5.8 test/wsdl/test_emptycomplextype.rb
soap4r-ruby1.9-2.0.3 test/wsdl/test_emptycomplextype.rb
soap4r-ruby1.9-2.0.2 test/wsdl/test_emptycomplextype.rb
soap4r-ruby1.9-2.0.1 test/wsdl/test_emptycomplextype.rb
mumboe-soap4r-1.5.8.4 test/wsdl/test_emptycomplextype.rb
soap4r-ruby1.9-2.0.0 test/wsdl/test_emptycomplextype.rb
hands-soap4r-1.5.8.4 test/wsdl/test_emptycomplextype.rb
soap4r-ruby1.9-1.0.0 test/wsdl/test_emptycomplextype.rb
snaury-soap4r-1.5.8.1 test/wsdl/test_emptycomplextype.rb