Sha256: 335f1d47540e902deebedea7eeaf043818a5f1173892c4fd000fa4e129bc4377

Contents?: true

Size: 277 Bytes

Versions: 30

Compression:

Stored size: 277 Bytes

Contents

require_relative 'helper'


class TestCapture < Test::Unit::TestCase

  P = Processing

  def capture(*args, **kwargs)
    P::Capture.new(*args, **kwargs)
  end

  def test_inspect()
    assert_match %r|#<Processing::Capture:0x\w{16}>|, capture.inspect
  end

end# TestCapture

Version data entries

30 entries across 30 versions & 1 rubygems

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