Sha256: 886e37625c9e923596a62103dd5f098f0fd9d8dfdf06aa25516d0f71521009c4

Contents?: true

Size: 676 Bytes

Versions: 5

Compression:

Stored size: 676 Bytes

Contents

# -----------------------------------------------------------------------------
#
# Tests for the GEOS line string implementation
#
# -----------------------------------------------------------------------------

require "test/unit"
require "rgeo"

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

module RGeo
  module Tests # :nodoc:
    module GeosFFI # :nodoc:
      class TestLineString < ::Test::Unit::TestCase # :nodoc:
        def setup
          @factory = ::RGeo::Geos.factory(native_interface: :ffi)
        end

        include ::RGeo::Tests::Common::LineStringTests
      end
    end
  end
end if ::RGeo::Geos.ffi_supported?

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rgeo-dschee-0.5.4 test/geos_ffi/line_string_test.rb
rgeo-0.5.3 test/geos_ffi/line_string_test.rb
rgeo-0.5.2 test/geos_ffi/tc_line_string.rb
rgeo-0.5.1 test/geos_ffi/tc_line_string.rb
rgeo-0.5.0 test/geos_ffi/tc_line_string.rb