Sha256: c69309b5ef02cf9dd0833573fafef96e39f9eeceeef8263832a921422265702d

Contents?: true

Size: 285 Bytes

Versions: 31

Compression:

Stored size: 285 Bytes

Contents

require_relative 'helper'


class TestTextBounds < Test::Unit::TestCase

  P = Processing

  def bounds(*args)
    P::TextBounds.new(*args)
  end

  def test_inspect()
    assert_equal "#<Processing::TextBounds: x:1 y:2 w:3 h:4>", bounds(1, 2, 3, 4).inspect
  end

end# TestTextBounds

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
processing-1.1 test/test_text_bounds.rb
processing-1.0.3 test/test_text_bounds.rb
processing-1.0.2 test/test_text_bounds.rb
processing-1.0.1 test/test_text_bounds.rb
processing-0.5.34 test/test_text_bounds.rb
processing-0.5.33 test/test_text_bounds.rb
processing-0.5.32 test/test_text_bounds.rb
processing-0.5.31 test/test_text_bounds.rb
processing-0.5.30 test/test_text_bounds.rb
processing-0.5.29 test/test_text_bounds.rb
processing-0.5.28 test/test_text_bounds.rb
processing-0.5.27 test/test_text_bounds.rb
processing-0.5.26 test/test_text_bounds.rb
processing-0.5.25 test/test_text_bounds.rb
processing-0.5.24 test/test_text_bounds.rb
processing-0.5.23 test/test_text_bounds.rb
processing-0.5.22 test/test_text_bounds.rb
processing-0.5.21 test/test_text_bounds.rb
processing-0.5.20 test/test_text_bounds.rb
processing-0.5.19 test/test_text_bounds.rb