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