Sha256: d816a1466afb8308caea6887094982712d87e25af9facbad94d52037459cfc24

Contents?: true

Size: 910 Bytes

Versions: 5

Compression:

Stored size: 910 Bytes

Contents

# -----------------------------------------------------------------------------
#
# Tests for the simple cartesian geometry collection implementation
#
# -----------------------------------------------------------------------------

require "test/unit"
require "rgeo"

require ::File.expand_path("../common/geometry_collection_tests.rb", ::File.dirname(__FILE__))

module RGeo
  module Tests # :nodoc:
    module SimpleCartesian # :nodoc:
      class TestGeometryCollection < ::Test::Unit::TestCase # :nodoc:
        def create_factory
          @factory = ::RGeo::Cartesian.simple_factory
        end

        include ::RGeo::Tests::Common::GeometryCollectionTests

        undef_method :test_fully_equal
        undef_method :test_geometrically_equal
        undef_method :test_empty_equal
        undef_method :test_not_equal
        undef_method :test_empty_collection_boundary
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rgeo-dschee-0.5.4 test/simple_cartesian/geometry_collection_test.rb
rgeo-0.5.3 test/simple_cartesian/geometry_collection_test.rb
rgeo-0.5.2 test/simple_cartesian/tc_geometry_collection.rb
rgeo-0.5.1 test/simple_cartesian/tc_geometry_collection.rb
rgeo-0.5.0 test/simple_cartesian/tc_geometry_collection.rb