Sha256: b3d6d51996622db4e5246926406817cbecad208a15b8c4c122f950741890901a

Contents?: true

Size: 376 Bytes

Versions: 15

Compression:

Stored size: 376 Bytes

Contents

# encoding: ASCII-8BIT
require 'helper'
require 'testutil'
require 'soap/marshal'
TestUtil.require(File.dirname(__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

15 entries across 15 versions & 9 rubygems

Version Path
malagant-soap4r-1.5.8.20141127181857 test/soap/marshal/test_marshal.rb
rtiss_soap4r-1.6.1 test/soap/marshal/test_marshal.rb
rtiss_soap4r-1.6.0 test/soap/marshal/test_marshal.rb
eSpace_soap4r-1.5.8 test/soap/marshal/test_marshal.rb
soap4r-ruby19-1.5.9 test/soap/marshal/test_marshal.rb
tomdz-soap4r-1.5.8.20120202093209 test/soap/marshal/test_marshal.rb
soap5r-2.0.3 test/soap/marshal/test_marshal.rb
soap5r-2.0.2 test/soap/marshal/test_marshal.rb
soap5r-2.0.1 test/soap/marshal/test_marshal.rb
soap5r-2.0.0 test/soap/marshal/test_marshal.rb
soap5r-2.0.0.20120130130121 test/soap/marshal/test_marshal.rb
soap4r-sgonyea-1.5.9 test/soap/marshal/test_marshal.rb
sunteya-soap4r-1.5.8.0 test/soap/marshal/test_marshal.rb
tomdz-soap4r-1.5.8.20111103171510 test/soap/marshal/test_marshal.rb
rubyjedi-soap4r-1.5.8.20100619003610 test/soap/marshal/test_marshal.rb