Sha256: cba5b946d8e892f8f87d954f66f5099977b6b7d07b93d7abf608f27fc484bb34

Contents?: true

Size: 271 Bytes

Versions: 24

Compression:

Stored size: 271 Bytes

Contents

require_relative 'helper'


class TestFont < Test::Unit::TestCase

  P = Processing

  def font()
    P::Font.new Rays::Font.new(nil, 10)
  end

  def test_inspect()
    assert_match %r|#<Processing::Font: name:'[\w\s]+' size:[\d\.]+>|, font.inspect
  end

end# TestFont

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
processing-0.5.31 test/test_font.rb
processing-0.5.30 test/test_font.rb
processing-0.5.29 test/test_font.rb
processing-0.5.28 test/test_font.rb
processing-0.5.27 test/test_font.rb
processing-0.5.26 test/test_font.rb
processing-0.5.25 test/test_font.rb
processing-0.5.24 test/test_font.rb
processing-0.5.23 test/test_font.rb
processing-0.5.22 test/test_font.rb
processing-0.5.21 test/test_font.rb
processing-0.5.20 test/test_font.rb
processing-0.5.19 test/test_font.rb
processing-0.5.18 test/test_font.rb
processing-0.5.17 test/test_font.rb
processing-0.5.16 test/test_font.rb
processing-0.5.14 test/test_font.rb
processing-0.5.13 test/test_font.rb
processing-0.5.12 test/test_font.rb
processing-0.5.11 test/test_font.rb