Sha256: dc825191a67f13fb1c0e01d78705cdcbccabec432c689ad25b9bc896ba0caa81

Contents?: true

Size: 356 Bytes

Versions: 33

Compression:

Stored size: 356 Bytes

Contents

require 'test/unit'
require 'soap/marshal'
require File.join(File.dirname(File.expand_path(__FILE__)), 'marshaltestlib')


if RUBY_VERSION > "1.7.0"


module SOAP
module Marshal
class TestMarshal < Test::Unit::TestCase
  include MarshalTestLib

  def encode(o)
    SOAPMarshal.dump(o)
  end

  def decode(s)
    SOAPMarshal.load(s)
  end
end
end
end


end

Version data entries

33 entries across 33 versions & 13 rubygems

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