Sha256: b091d1cf5da99826b3f85812c91ffb68a04c77be06f2f460d92f8db0502ebadd

Contents?: true

Size: 579 Bytes

Versions: 104

Compression:

Stored size: 579 Bytes

Contents

require 'test_helper'

class MyModel
  include MLS::Model

end

class TestModel < ::Test::Unit::TestCase

  def test_instance_methods
    model = MyModel.new

    assert model.respond_to?(:property)
    assert model.respond_to?(:properties)
    assert model.respond_to?(:property_module)
    assert model.respond_to?(:create_reader_for)
    assert model.respond_to?(:create_writer_for)
    assert model.respond_to?(:model_name)
    assert model.respond_to?(:param_key)
    assert model.respond_to?(:root_element)
    assert model.respond_to?(:collection_root_element)
  end

end

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
mls-0.2.44 test/units/test_model.rb
mls-0.2.43 test/units/test_model.rb
mls-0.2.42 test/units/test_model.rb
mls-0.2.41 test/units/test_model.rb
mls-0.2.40 test/units/test_model.rb
mls-0.2.39 test/units/test_model.rb
mls-0.2.38 test/units/test_model.rb
mls-0.2.37 test/units/test_model.rb
mls-0.2.36 test/units/test_model.rb
mls-0.2.35 test/units/test_model.rb
mls-0.2.34 test/units/test_model.rb
mls-0.2.33 test/units/test_model.rb
mls-0.2.32 test/units/test_model.rb
mls-0.2.31 test/units/test_model.rb
mls-0.2.29 test/units/test_model.rb
mls-0.2.28 test/units/test_model.rb
mls-0.2.26 test/units/test_model.rb
mls-0.2.25 test/units/test_model.rb
mls-0.2.24 test/units/test_model.rb
mls-0.2.23 test/units/test_model.rb