Sha256: 7521c55bc1042148f97e650a040e73d009eac29b6eedd15c381bb927a0814159
Contents?: true
Size: 262 Bytes
Versions: 37
Compression:
Stored size: 262 Bytes
Contents
require_relative 'helper' class TestTouch < Test::Unit::TestCase P = Processing def touch(id, x, y) P::Touch.new id, x, y end def test_inspect() assert_equal "#<Processing::Touch: id:1 x:2 y:3>", touch(1, 2, 3).inspect end end# TestTouch
Version data entries
37 entries across 37 versions & 1 rubygems