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.10 test/test_font.rb
processing-0.5.9 test/test_font.rb
processing-0.5.8 test/test_font.rb
processing-0.5.6 test/test_font.rb